fixed hibernate button
This commit is contained in:
parent
e61bcac22b
commit
72f8432a34
|
@ -45,7 +45,7 @@ RowLayout {
|
|||
RoundButton {
|
||||
text: modelData[1]
|
||||
font.family: config.Font
|
||||
font.pointSize: root.font.pointSize * 1
|
||||
font.pointSize: root.font.pointSize * 2
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
display: AbstractButton.TextUnderIcon
|
||||
visible: config.ForceHideSystemButtons != "true" && modelData[2]
|
||||
|
|
|
@ -129,7 +129,7 @@ TranslateLoginFailedWarning=""
|
|||
TranslateCapslockWarning=""
|
||||
TranslateSession=""
|
||||
TranslateSuspend=" "
|
||||
TranslateHibernate=" "
|
||||
TranslateHibernate=" "
|
||||
TranslateReboot=" "
|
||||
TranslateShutdown=" "
|
||||
TranslateVirtualKeyboardButton=""
|
||||
|
|
Loading…
Reference in a new issue