Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions ui/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,26 @@ Page {
}
}

Column {
spacing: units.gu(1)
Text {
// TRANSLATORS: "Author" section in the "About" view
text: i18n.tr("Click packaging")
font.weight: Font.DemiBold
style: Text.Outline
styleColor: "white"
font.pixelSize: units.gu(4)
}

Text {
anchors.left: parent.left
anchors.leftMargin: units.gu(2)
text: "Jonatan Hatakeyama Zeidler"
font.weight: Font.DemiBold
font.pixelSize: units.gu(3)
}
}

Column {
spacing: units.gu(1)
Text {
Expand Down