diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-28 16:40:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-28 22:10:51 +0200 |
commit | 5f2c1a1c9adf0168da36ab1290e235bd352b8914 (patch) | |
tree | 21b76a83c3ba1c27d2dcbef0527e51a7ed6cec0a /sfx2/uiconfig/ui | |
parent | b3e970898b9631344b38613c844b5f1ca8bb1016 (diff) |
drop unused box
copy and paste from the normal document info page I imagine
Change-Id: Iff40fbf2b4d21dd3d51c63cb6068b0b88b5438ed
Reviewed-on: https://gerrit.libreoffice.org/73115
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/cmisinfopage.ui | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/sfx2/uiconfig/ui/cmisinfopage.ui b/sfx2/uiconfig/ui/cmisinfopage.ui index 78f1d6e5a8c2..77c7be8b1b2b 100644 --- a/sfx2/uiconfig/ui/cmisinfopage.ui +++ b/sfx2/uiconfig/ui/cmisinfopage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.22.1 --> <interface domain="sfx"> <requires lib="gtk+" version="3.18"/> <object class="GtkGrid" id="CmisInfoPage"> @@ -37,55 +37,6 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box1"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="hexpand">True</property> - <property name="spacing">12</property> - <property name="homogeneous">True</property> - <child> - <object class="GtkLabel" id="name"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="cmisinfopage|name">Name</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="type"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="cmisinfopage|type">Type</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="value"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="cmisinfopage|value">Value</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - </object> - <packing> - <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> |