diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-02-05 11:15:58 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-02-05 11:18:22 +0100 |
commit | 0af7f3c9a485d3778459e7e92e407766a9da6d1a (patch) | |
tree | b18a6c1b258088d2d88afa725a873aeddf38a45e /data/controls.ui | |
parent | f378c0375d59e652017d8e501e36f56f8217557b (diff) | |
download | totem-0af7f3c9a485d3778459e7e92e407766a9da6d1a.tar.gz |
main: Change player view menu button icons
To accommodate a new main menu in the content navigation view, change
the player view menu to use the "view more" icon (3 vertical dots). As
that icon was already used for the "Go" menu inside the seekbar OSD,
change that one to use the "go jump" icon.
Diffstat (limited to 'data/controls.ui')
-rw-r--r-- | data/controls.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/controls.ui b/data/controls.ui index b3059b71e..a7ebe9468 100644 --- a/data/controls.ui +++ b/data/controls.ui @@ -112,7 +112,7 @@ <object class="GtkImage" id="go_button_image"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="icon_name">view-more-symbolic</property> + <property name="icon_name">go-jump-symbolic</property> </object> </child> </object> |