mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-27 18:24:31 +00:00
fix fount of the buttons
This commit is contained in:
parent
f64891f3f9
commit
e4f4df3242
@ -14,19 +14,6 @@ RowLayout {
|
||||
|
||||
spacing: Screen.pixelDensity * 5
|
||||
|
||||
// Label {
|
||||
// id: towerheight
|
||||
// font.bold: true
|
||||
|
||||
// font.capitalization: Font.AllUppercase
|
||||
// horizontalAlignment: Text.AlignHCenter
|
||||
|
||||
// styleColor: "#973c3c"
|
||||
// verticalAlignment: Text.AlignVCenter
|
||||
// text:
|
||||
|
||||
// }
|
||||
|
||||
ToolButton {
|
||||
id: frame
|
||||
font.bold: true
|
||||
@ -36,7 +23,7 @@ RowLayout {
|
||||
tumblerWidget.visible = true;
|
||||
}
|
||||
|
||||
// Layout.preferredWidth: height * 1.8
|
||||
font.capitalization: Font.AllUppercase
|
||||
|
||||
SwitchLvl {
|
||||
id: tumblerWidget
|
||||
|
Loading…
x
Reference in New Issue
Block a user