diff --git a/Components/SystemButtons.qml b/Components/SystemButtons.qml index cb1a9a9..f3e0dac 100644 --- a/Components/SystemButtons.qml +++ b/Components/SystemButtons.qml @@ -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] diff --git a/theme.conf b/theme.conf index 28a7ab0..9e52e26 100644 --- a/theme.conf +++ b/theme.conf @@ -129,7 +129,7 @@ TranslateLoginFailedWarning="" TranslateCapslockWarning="" TranslateSession="" TranslateSuspend=" " -TranslateHibernate=" " +TranslateHibernate=" " TranslateReboot=" " TranslateShutdown=" " TranslateVirtualKeyboardButton=""