diff --git a/package/contents/ui/AppMenu.qml b/package/contents/ui/AppMenu.qml --- a/package/contents/ui/AppMenu.qml +++ b/package/contents/ui/AppMenu.qml @@ -87,7 +87,10 @@ PlasmaComponents.Label { id: appmenuButtonTitle - anchors.centerIn: appmenuButtonBackground + anchors.top: appmenuButtonBackground.top + anchors.bottom: appmenuButtonBackground.bottom + verticalAlignment: Text.AlignVCenter + anchors.horizontalCenter: appmenuButtonBackground.horizontalCenter font.pixelSize: fontPixelSize * plasmoid.configuration.appmenuButtonTextSizeScale text: activeMenu.replace('&', '') font.weight: appmenuFontBold ? Font.Bold : theme.defaultFont.weight