diff options
Diffstat (limited to 'qt-mobile/qml/SubsurfaceButton.qml')
-rw-r--r-- | qt-mobile/qml/SubsurfaceButton.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-mobile/qml/SubsurfaceButton.qml b/qt-mobile/qml/SubsurfaceButton.qml index 5f8bb6fdd..669da4f98 100644 --- a/qt-mobile/qml/SubsurfaceButton.qml +++ b/qt-mobile/qml/SubsurfaceButton.qml @@ -6,10 +6,10 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents Button { style: ButtonStyle { padding { - top: MobileComponents.Units.smallSpacing - left: MobileComponents.Units.smallSpacing * 2 - right: MobileComponents.Units.smallSpacing * 2 - bottom: MobileComponents.Units.smallSpacing + top: MobileComponents.Units.smallSpacing * 2 + left: MobileComponents.Units.smallSpacing * 4 + right: MobileComponents.Units.smallSpacing * 4 + bottom: MobileComponents.Units.smallSpacing * 2 } background: Rectangle { border.width: 1 |