diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-10-23 19:48:27 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-24 06:56:27 +0200 |
commit | f5c1502f478bbb2a67c58833b4034aac112d709a (patch) | |
tree | 2223e929215348a37e5dba9991b144e9222649b1 | |
parent | 43d6b11a5c1dda0cc2c1e06c768eece25051a56c (diff) |
tdf#113001: Use real '+' and '−' icons for Customize dialog buttons
Change-Id: I4084af0284e4b24126d6663dc4652f801034d41c
Reviewed-on: https://gerrit.libreoffice.org/43727
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | cui/uiconfig/ui/menuassignpage.ui | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/menuassignpage.ui b/cui/uiconfig/ui/menuassignpage.ui index 0059d725de31..0d887b7cbb58 100644 --- a/cui/uiconfig/ui/menuassignpage.ui +++ b/cui/uiconfig/ui/menuassignpage.ui @@ -23,6 +23,16 @@ <property name="can_focus">False</property> <property name="stock">gtk-go-back</property> </object> + <object class="GtkImage" id="image5"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="pixbuf">svtools/res/list_add.png</property> + </object> + <object class="GtkImage" id="image6"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="pixbuf">extensions/res/buttonminus.png</property> + </object> <object class="GtkBox" id="MenuAssignPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -291,12 +301,11 @@ </child> <child> <object class="GtkButton" id="plusbtn"> - <property name="label" translatable="yes" context="menuassignpage|plusbtn">_+</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> - <property name="use_underline">True</property> + <property name="image">image5</property> <property name="always_show_image">True</property> </object> <packing> @@ -306,12 +315,12 @@ </child> <child> <object class="GtkButton" id="minusbtn"> - <property name="label" translatable="yes" context="menuassignpage|minusbtn">_-</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> - <property name="use_underline">True</property> + <property name="image">image6</property> + <property name="always_show_image">True</property> </object> <packing> <property name="left_attach">2</property> |