summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-06-17 12:59:44 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-06-17 08:05:15 +0000
commit59c45c8e6d16cb145f3551f9ecd1a3c45ca5d4d8 (patch)
treea34a92fd8c7ae7bce07c76f66a2aafdb4a6c11ec /sfx2/uiconfig
parent48b7176fc09279d06d12fbab5619770767faad60 (diff)
tdf#90577 Start Center: Clear List item should more accessible
Change-Id: Id7179ec32f2f9306fde98e1b7449861c809111f8 Reviewed-on: https://gerrit.libreoffice.org/26404 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/startcenter.ui13
1 files changed, 12 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui
index 2591be7f5928..68ab54835d88 100644
--- a/sfx2/uiconfig/ui/startcenter.ui
+++ b/sfx2/uiconfig/ui/startcenter.ui
@@ -18,6 +18,17 @@
<property name="can_focus">False</property>
<property name="pixbuf">res/odg_32_8.png</property>
</object>
+ <object class="GtkMenu" id="clearmenu">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkMenuItem" id="clear_all">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Clear Recent Documents</property>
+ </object>
+ </child>
+ </object>
<object class="GtkMenu" id="filtermenu">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -160,7 +171,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="open_recent">
+ <object class="GtkButton" id="open_recent:clearmenu">
<property name="label" translatable="yes">_Recent Files</property>
<property name="visible">True</property>
<property name="can_focus">True</property>