diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/AccountSwitcher.qml | 3 | ||||
-rw-r--r-- | framework/qml/Icons.qml | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/framework/qml/AccountSwitcher.qml b/framework/qml/AccountSwitcher.qml index dd33c940..2c5d572e 100644 --- a/framework/qml/AccountSwitcher.qml +++ b/framework/qml/AccountSwitcher.qml | |||
@@ -44,7 +44,6 @@ Controls.ToolButton { | |||
44 | id: accountsModel | 44 | id: accountsModel |
45 | } | 45 | } |
46 | 46 | ||
47 | |||
48 | onClicked: { | 47 | onClicked: { |
49 | popup.open() | 48 | popup.open() |
50 | } | 49 | } |
@@ -55,7 +54,7 @@ Controls.ToolButton { | |||
55 | 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 |
56 | width: Kirigami.Units.gridUnit * 20 | 55 | width: Kirigami.Units.gridUnit * 20 |
57 | 56 | ||
58 | y: accountSwitcher.height | 57 | y: accountSwitcher.y - height |
59 | 58 | ||
60 | modal: true | 59 | modal: true |
61 | focus: true | 60 | focus: true |
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 0b161635..bd088525 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -35,9 +35,9 @@ Item { | |||
35 | property string edit: "document-edit" | 35 | property string edit: "document-edit" |
36 | property string replyToSender: "mail-reply-sender" | 36 | property string replyToSender: "mail-reply-sender" |
37 | 37 | ||
38 | property string menu: "application-menu" | 38 | property string menu_inverted: "application-menu-inverted" |
39 | property string user: "im-user" | 39 | property string user_inverted: "im-user-inverted" |
40 | property string search: "edit-find" | 40 | property string search_inverted: "edit-find-inverted" |
41 | property string goBack: "go-previous" | 41 | property string goBack: "go-previous" |
42 | property string goDown: "go-down" | 42 | property string goDown: "go-down" |
43 | property string goUp: "go-down" | 43 | property string goUp: "go-down" |