From 6f1a299d5b2929dcdac6fca72e9a1eb635d25c55 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 26 Jul 2017 11:24:33 -0600 Subject: Cleanup --- framework/qml/InlineAccountSwitcher.qml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index ae1d0dc7..15425c68 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml @@ -56,11 +56,13 @@ FocusScope { Layout.fillHeight: isCurrent Kube.TextButton { - id: accountLabel - anchors.top: parent.top - anchors.left: parent.left + id: accountButton + anchors { + top: parent.top + left: parent.left + right: parent.right + } height: Kube.Units.gridUnit - width: parent.width textColor: Kube.Colors.highlightedTextColor activeFocusOnTab: !isCurrent @@ -70,12 +72,11 @@ FocusScope { font.family: Kube.Font.fontFamily horizontalAlignment: Text.AlignHLeft padding: 0 - } Kube.FolderListView { anchors { - top: accountLabel.bottom + top: accountButton.bottom left: parent.left right: parent.right bottom: parent.bottom -- cgit v1.2.3