diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-12-21 13:03:17 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-12-21 13:03:17 +0100 |
commit | 2adc4f79f0b63ec02914ae8972e4ab99bfd9779a (patch) | |
tree | 285ab4dcb319a6bded7d4ad0971c54e6206d2d83 /framework/qml/InlineAccountSwitcher.qml | |
parent | f5542254de80a9098c6228cf64abf9a6fd395643 (diff) | |
download | kube-2adc4f79f0b63ec02914ae8972e4ab99bfd9779a.tar.gz kube-2adc4f79f0b63ec02914ae8972e4ab99bfd9779a.zip |
make folderview a little more pretty when accountname is too long
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.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 | ||