diff options
author | 2016-04-01 20:28:58 -0500 | |
---|---|---|
committer | 2016-04-01 20:28:58 -0500 | |
commit | 3aa219c689a1e1abc1a21e81af2764134b1c2c89 (patch) | |
tree | 538d3baf405f384f6d6ddad61143981f350e16b1 /qt-mobile/qml/SubsurfaceButton.qml | |
parent | a554c66fa39912ac82253741880a83a22bf574b4 (diff) | |
parent | cace666741ead8a26b71e0cd073382cd94a227f7 (diff) | |
download | subsurface-3aa219c689a1e1abc1a21e81af2764134b1c2c89.tar.gz |
Merge branch 'mergeKirigamiPort'
Diffstat (limited to 'qt-mobile/qml/SubsurfaceButton.qml')
-rw-r--r-- | qt-mobile/qml/SubsurfaceButton.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qt-mobile/qml/SubsurfaceButton.qml b/qt-mobile/qml/SubsurfaceButton.qml index 669da4f98..174d44659 100644 --- a/qt-mobile/qml/SubsurfaceButton.qml +++ b/qt-mobile/qml/SubsurfaceButton.qml @@ -1,15 +1,15 @@ import QtQuick 2.5 import QtQuick.Controls 1.2 import QtQuick.Controls.Styles 1.2 -import org.kde.plasma.mobilecomponents 0.2 as MobileComponents +import org.kde.kirigami 1.0 as Kirigami Button { style: ButtonStyle { padding { - top: MobileComponents.Units.smallSpacing * 2 - left: MobileComponents.Units.smallSpacing * 4 - right: MobileComponents.Units.smallSpacing * 4 - bottom: MobileComponents.Units.smallSpacing * 2 + top: Kirigami.Units.smallSpacing * 2 + left: Kirigami.Units.smallSpacing * 4 + right: Kirigami.Units.smallSpacing * 4 + bottom: Kirigami.Units.smallSpacing * 2 } background: Rectangle { border.width: 1 |