[Libreoffice-commits] core.git: svx/uiconfig

Adolfo Jayme Barrientos fitojb at ubuntu.com
Fri Mar 13 20:11:22 PDT 2015


 svx/uiconfig/ui/colorwindow.ui |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 0b8439f0595a5b539476fa211efd8e5faca8bf0a
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Fri Mar 13 21:01:37 2015 -0600

    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

diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui
index 4498156..71cda63 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>


More information about the Libreoffice-commits mailing list