summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2015-09-03 14:11:31 (GMT)
committerAleix Pol <aleixpol@kde.org>2015-09-03 14:11:31 (GMT)
commit11883b994d90300be535e8c4d69bee11e66f73ab (patch)
tree55362acfb575fcdd7843dae9f30d3cee37600331
parent4beaba99d172f260c5c3be127bdcbfdbd8f6a3a0 (diff)
Use the correct icon for the application menu
-rw-r--r--discover/qml/MuonToolbar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/qml/MuonToolbar.qml b/discover/qml/MuonToolbar.qml
index 2058700..9d384b7 100644
--- a/discover/qml/MuonToolbar.qml
+++ b/discover/qml/MuonToolbar.qml
@@ -108,7 +108,7 @@ ToolBar
}
ToolButton {
id: button
- iconName: "preferences-other"
+ iconName: "application-menu"
tooltip: i18n("Configure and learn about Muon Discover")
onClicked: {
var pos = mapToItem(window, 0, height);