From e0da2fdd76d8ef1d77fb1c583847400223211406 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 15 Jun 2016 19:17:57 +0200 Subject: make the account switcher dialog look a little nicer with some rounded corners and spacing --- components/package/contents/ui/AccountSwitcher.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/package/contents/ui') 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 { width: 600 color: "lightgrey" //FIXME create a propper dialog thingy + radius: 3 clip: true visible: false @@ -104,6 +105,7 @@ Button { bottom: footer.top left: parent.left right: parent.right + margins: Kirigami.Units.smallSpacing } clip: true -- cgit v1.2.3