summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml2
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