summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-01-06 12:24:33 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-01-06 12:27:49 +0100
commit9c2794e07883c4c5ce1a3c2c6ef167e0b1b1e88a (patch)
tree37ea104281794f6b03b837b1e9b33e8ebf550c8b /sfx2/uiconfig
parent7e78ca35dd80d2330cfc4e6ede7a1139b136a673 (diff)
Startcenter: add icons for 'Open Files' and 'Templates'
Change-Id: Ic9e584f63e374e977ce18115173d18083d2e44a3 (cherry picked from commit 28b8f43d071fb62fe4205648daa33f80c1b4b4a8)
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/startcenter.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui
index 7f60948abb8e..831e1bfa6440 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>