diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-15 19:17:57 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-15 19:17:57 +0200 |
commit | e0da2fdd76d8ef1d77fb1c583847400223211406 (patch) | |
tree | bc6c75cb1bef12358295e88d291d8a7fc99caec7 /components/package | |
parent | 417dc13f52b461637822e8162095d551fd04f3b0 (diff) | |
download | kube-e0da2fdd76d8ef1d77fb1c583847400223211406.tar.gz kube-e0da2fdd76d8ef1d77fb1c583847400223211406.zip |
make the account switcher dialog look a little nicer with some rounded corners and spacing
Diffstat (limited to 'components/package')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index a1a00fd6..a697b29d 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -53,6 +53,7 @@ Button { | |||
53 | width: 600 | 53 | width: 600 |
54 | 54 | ||
55 | color: "lightgrey" //FIXME create a propper dialog thingy | 55 | color: "lightgrey" //FIXME create a propper dialog thingy |
56 | radius: 3 | ||
56 | clip: true | 57 | clip: true |
57 | visible: false | 58 | visible: false |
58 | 59 | ||
@@ -104,6 +105,7 @@ Button { | |||
104 | bottom: footer.top | 105 | bottom: footer.top |
105 | left: parent.left | 106 | left: parent.left |
106 | right: parent.right | 107 | right: parent.right |
108 | margins: Kirigami.Units.smallSpacing | ||
107 | } | 109 | } |
108 | 110 | ||
109 | clip: true | 111 | clip: true |