diff options
Diffstat (limited to 'cui/uiconfig/ui/optadvancedpage.ui')
-rw-r--r-- | cui/uiconfig/ui/optadvancedpage.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui index 26ba413a251c..4554014fa07e 100644 --- a/cui/uiconfig/ui/optadvancedpage.ui +++ b/cui/uiconfig/ui/optadvancedpage.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> + <!-- interface-requires LibreOffice 1.0 --> <object class="GtkBox" id="OptAdvancedPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -237,6 +238,9 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="Simple Table Container-selection1"/> + </child> </object> <packing> <property name="left_attach">0</property> @@ -355,6 +359,20 @@ <property name="height">1</property> </packing> </child> + <child> + <object class="GtkButton" id="expertconfig"> + <property name="label" translatable="yes">Expert Config Page</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> </object> </child> </object> |