mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-29 19:24:32 +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
|
spacing: Screen.pixelDensity * 5
|
||||||
|
|
||||||
// Label {
|
|
||||||
// id: towerheight
|
|
||||||
// font.bold: true
|
|
||||||
|
|
||||||
// font.capitalization: Font.AllUppercase
|
|
||||||
// horizontalAlignment: Text.AlignHCenter
|
|
||||||
|
|
||||||
// styleColor: "#973c3c"
|
|
||||||
// verticalAlignment: Text.AlignVCenter
|
|
||||||
// text:
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
ToolButton {
|
ToolButton {
|
||||||
id: frame
|
id: frame
|
||||||
font.bold: true
|
font.bold: true
|
||||||
@ -36,7 +23,7 @@ RowLayout {
|
|||||||
tumblerWidget.visible = true;
|
tumblerWidget.visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Layout.preferredWidth: height * 1.8
|
font.capitalization: Font.AllUppercase
|
||||||
|
|
||||||
SwitchLvl {
|
SwitchLvl {
|
||||||
id: tumblerWidget
|
id: tumblerWidget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user