From 2adc4f79f0b63ec02914ae8972e4ab99bfd9779a Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 21 Dec 2017 13:03:17 +0100 Subject: make folderview a little more pretty when accountname is too long --- framework/qml/InlineAccountSwitcher.qml | 1 + 1 file changed, 1 insertion(+) 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 { top: parent.top left: parent.left right: parent.right + rightMargin: Kube.Units.smallSpacing } height: Kube.Units.gridUnit -- cgit v1.2.3