diff options
| author | Nate Graham <[email protected]> | 2019-09-14 08:40:06 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-09-14 08:53:29 -0600 |
| commit | 0078d8e6fe186638114bb8c03c0400c3421febff (patch) | |
| tree | 93a56acacf139290d5a3b541ac8bf6c03bf8e694 /src/dolphinui.rc | |
| parent | 67909d867f0e62a7f8ff573bdc6bedc31e178aca (diff) | |
Improve icons and text for some actions
Summary: Split out from D23757
Reviewers: #dolphin, #vdg, elvisangelaccio
Reviewed By: #dolphin, elvisangelaccio
Subscribers: elvisangelaccio, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D23945
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index d52e64edb..dcacc56c4 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphin" version="26"> +<kpartgui name="dolphin" version="27"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -40,7 +40,7 @@ <Action name="stop" /> <Separator/> <Action name="panels" /> - <Menu name="location_bar"> + <Menu name="location_bar" icon="edit-select-text"> <text context="@title:menu">Location Bar</text> <Action name="editable_location" /> <Action name="replace_location" /> |
