changed size
This commit is contained in:
parent
72f8432a34
commit
189e9d614a
|
@ -45,7 +45,7 @@ RowLayout {
|
||||||
RoundButton {
|
RoundButton {
|
||||||
text: modelData[1]
|
text: modelData[1]
|
||||||
font.family: config.Font
|
font.family: config.Font
|
||||||
font.pointSize: root.font.pointSize * 2
|
font.pointSize: root.font.pointSize * 1.5
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
display: AbstractButton.TextUnderIcon
|
display: AbstractButton.TextUnderIcon
|
||||||
visible: config.ForceHideSystemButtons != "true" && modelData[2]
|
visible: config.ForceHideSystemButtons != "true" && modelData[2]
|
||||||
|
|
Loading…
Reference in a new issue