fix fount of the buttons

This commit is contained in:
Andrei Yankovich 2021-05-06 17:17:04 +03:00
parent f64891f3f9
commit e4f4df3242

View File

@ -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