Now about page is good. Fixed BUG with play of bells
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user