Now about page is good. Fixed BUG with play of bells

This commit is contained in:
2017-08-23 12:02:27 +02:00
parent 01d5dd2f9c
commit 08cca3e186
9 changed files with 186 additions and 55 deletions

View File

@@ -40,7 +40,6 @@ Page {
SilicaFlickable {
anchors.fill: parent
// PullDownMenu and PushUpMenu must be declared in SilicaFlickable, SilicaListView or SilicaGridView
PullDownMenu {
MenuItem {
text: qsTr("About")
@@ -80,12 +79,10 @@ Page {
SectionHeader { text: boxingTimer.preset }
Label {
id: labelTimer
width: parent.width
horizontalAlignment: Text.AlignHCenter
font.pixelSize: 244
font.pixelSize: Theme.fontSizeHuge * 3.3
text: boxingTimer.remainingTimeToString
color: boxingTimer.status == BoxingTimer.Rest ? Theme.secondaryColor : Theme.primaryColor
}
@@ -115,7 +112,7 @@ Page {
width: parent.width
horizontalAlignment: Text.AlignHCenter
font.pixelSize: 196
font.pixelSize: Theme.fontSizeHuge * 2.6
text: boxingTimer.roundsToString
}
}