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

Zolnai Tamás tamas.zolnai at collabora.com
Mon Jan 6 03:26:04 PST 2014


 sfx2/uiconfig/ui/startcenter.ui |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit 28b8f43d071fb62fe4205648daa33f80c1b4b4a8
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Mon Jan 6 12:24:33 2014 +0100

    Startcenter: add icons for 'Open Files' and 'Templates'
    
    Change-Id: Ic9e584f63e374e977ce18115173d18083d2e44a3

diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui
index 7f60948..831e1bf 100644
--- a/sfx2/uiconfig/ui/startcenter.ui
+++ b/sfx2/uiconfig/ui/startcenter.ui
@@ -38,6 +38,7 @@
                     <property name="margin_left">6</property>
                     <property name="margin_right">6</property>
                     <property name="margin_top">6</property>
+                    <property name="image">open_all_image</property>
                     <property name="relief">none</property>
                     <property name="use_underline">True</property>
                     <property name="xalign">0</property>
@@ -56,6 +57,7 @@
                     <property name="receives_default">True</property>
                     <property name="margin_left">6</property>
                     <property name="margin_right">6</property>
+                    <property name="image">templates_all_image</property>
                     <property name="relief">none</property>
                     <property name="use_underline">True</property>
                     <property name="xalign">0</property>
@@ -365,6 +367,16 @@
       </packing>
     </child>
   </object>
+  <object class="GtkImage" id="open_all_image">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixbuf">framework/res/folder_32.png</property>
+  </object>
+  <object class="GtkImage" id="templates_all_image">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixbuf">framework/res/templates_32.png</property>
+  </object>
   <object class="GtkImage" id="database_all_image">
     <property name="visible">True</property>
     <property name="can_focus">False</property>


More information about the Libreoffice-commits mailing list