Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
1f71bc46
Commit
1f71bc46
authored
Dec 03, 2021
by
Nate Graham
Browse files
Use open-menu-symbolic icon instead of application-menu
It's compatible with more icon themes.
parent
3c062ad5
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
1f71bc46
...
...
@@ -531,7 +531,7 @@ set(QML_IMPORT_PATH ${CMAKE_BINARY_DIR}/bin CACHE INTERNAL "qml import path" FOR
if
(
ANDROID
)
kirigami_package_breeze_icons
(
ICONS
elisa
application-menu
open-menu-symbolic
system-search
overflow-menu
draw-arrow-down
...
...
src/qml/ContextView.qml
View file @
1f71bc46
...
...
@@ -69,7 +69,7 @@ Kirigami.Page {
objectName
:
'
showSidebarButton
'
visible
:
Kirigami
.
Settings
.
isMobile
text
:
i18nc
(
"
open the sidebar
"
,
"
Open sidebar
"
)
icon.name
:
"
application-menu
"
icon.name
:
"
open-menu-symbolic
"
onClicked
:
mainWindow
.
globalDrawer
.
open
()
}
...
...
src/qml/MediaPlayerControl.qml
View file @
1f71bc46
...
...
@@ -187,7 +187,7 @@ BasePlayerControl {
id
:
menuButton
text
:
i18nc
(
"
open application menu
"
,
"
Application Menu
"
)
icon.name
:
"
application-menu
"
icon.name
:
"
open-menu-symbolic
"
checkable
:
true
checked
:
applicationMenu
.
visible
...
...
src/qml/NavigationActionBar.qml
View file @
1f71bc46
...
...
@@ -183,7 +183,7 @@ Item {
objectName
:
'
showSidebarButton
'
visible
:
Kirigami
.
Settings
.
isMobile
text
:
i18nc
(
"
open the sidebar
"
,
"
Open sidebar
"
)
icon.name
:
"
application-menu
"
icon.name
:
"
open-menu-symbolic
"
onClicked
:
mainWindow
.
globalDrawer
.
open
()
},
FlatButtonWithToolTip
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment