fixed hibernate button
This commit is contained in:
parent
e61bcac22b
commit
72f8432a34
|
@ -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 * 1
|
font.pointSize: root.font.pointSize * 2
|
||||||
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]
|
||||||
|
|
|
@ -129,7 +129,7 @@ TranslateLoginFailedWarning=""
|
||||||
TranslateCapslockWarning=""
|
TranslateCapslockWarning=""
|
||||||
TranslateSession=""
|
TranslateSession=""
|
||||||
TranslateSuspend=" "
|
TranslateSuspend=" "
|
||||||
TranslateHibernate=" "
|
TranslateHibernate=" "
|
||||||
TranslateReboot=" "
|
TranslateReboot=" "
|
||||||
TranslateShutdown=" "
|
TranslateShutdown=" "
|
||||||
TranslateVirtualKeyboardButton=""
|
TranslateVirtualKeyboardButton=""
|
||||||
|
|
Loading…
Reference in a new issue