Now presets auto reload inner timers. New icon. New version
This commit is contained in:
@ -97,6 +97,24 @@ Sources at: <a href=\"https://github.com/UnitooTeam/harbour-boxing-timer\">https
|
||||
}
|
||||
}
|
||||
|
||||
SectionHeader { text: qsTr("Artists") }
|
||||
Label {
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
|
||||
leftMargin: Theme.paddingLarge
|
||||
rightMargin: Theme.paddingLarge
|
||||
}
|
||||
|
||||
wrapMode: Text.Wrap
|
||||
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: qsTr("
|
||||
Stefano Amandonico
|
||||
")
|
||||
}
|
||||
|
||||
SectionHeader { text: qsTr("License") }
|
||||
Label {
|
||||
anchors {
|
||||
|
Reference in New Issue
Block a user