diff options
Diffstat (limited to 'framework/qml/AccountSwitcher.qml')
-rw-r--r-- | framework/qml/AccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml index 2c5d572e..1fafba27 100644 --- a/framework/qml/AccountSwitcher.qml +++ b/framework/qml/AccountSwitcher.qml | |||
@@ -48,7 +48,7 @@ Controls.ToolButton { | |||
48 | popup.open() | 48 | popup.open() |
49 | } | 49 | } |
50 | 50 | ||
51 | Controls2.Popup { | 51 | Kube.Popup { |
52 | id: popup | 52 | id: popup |
53 | 53 | ||
54 | height: listView.count == 0 ? Kirigami.Units.gridUnit * 4 : Kirigami.Units.gridUnit * 2 + listView.count * Kirigami.Units.gridUnit * 3 | 54 | height: listView.count == 0 ? Kirigami.Units.gridUnit * 4 : Kirigami.Units.gridUnit * 2 + listView.count * Kirigami.Units.gridUnit * 3 |