summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-12-21 13:03:17 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-12-21 13:03:17 +0100
commit2adc4f79f0b63ec02914ae8972e4ab99bfd9779a (patch)
tree285ab4dcb319a6bded7d4ad0971c54e6206d2d83
parentf5542254de80a9098c6228cf64abf9a6fd395643 (diff)
downloadkube-2adc4f79f0b63ec02914ae8972e4ab99bfd9779a.tar.gz
kube-2adc4f79f0b63ec02914ae8972e4ab99bfd9779a.zip
make folderview a little more pretty when accountname is too long
-rw-r--r--framework/qml/InlineAccountSwitcher.qml1
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