diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-03-13 21:01:37 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-03-13 21:10:22 -0600 |
commit | 0b8439f0595a5b539476fa211efd8e5faca8bf0a (patch) | |
tree | d6082208be3e78293f6e0e8901fa2a1fd430fff1 | |
parent | ccc6ec97d85734beb375467fdc570a4db0e2925c (diff) |
tdf#87945 Make “Auto/No Fill” button more obvious by adding an icon to it
I know it needs a better icon. But I needed an empty rectangle, looked at galaxy,
and picked this one. Feel free to create an improved icon, tailored for this UI
element, and replace it.
Change-Id: Iab48d0c771816b41df9dea1dc168b7d9593e86f3
-rw-r--r-- | svx/uiconfig/ui/colorwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui index 4498156c6788..71cda6313be2 100644 --- a/svx/uiconfig/ui/colorwindow.ui +++ b/svx/uiconfig/ui/colorwindow.ui @@ -3,6 +3,11 @@ <interface> <requires lib="gtk+" version="3.10"/> <requires lib="LibreOffice" version="1.0"/> + <object class="GtkImage" id="auto_icon"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="pixbuf">cmd/sc_square_unfilled.png</property> + </object> <object class="GtkImage" id="custom_color_icon"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -33,6 +38,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="image">auto_icon</property> <property name="relief">none</property> <property name="xalign">0</property> </object> |