diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index 846daea6..de79bc09 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -58,6 +58,7 @@ FocusScope { | |||
58 | top: parent.top | 58 | top: parent.top |
59 | left: parent.left | 59 | left: parent.left |
60 | right: parent.right | 60 | right: parent.right |
61 | rightMargin: Kube.Units.smallSpacing | ||
61 | } | 62 | } |
62 | height: Kube.Units.gridUnit | 63 | height: Kube.Units.gridUnit |
63 | 64 | ||