diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-09 20:20:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-11 10:01:02 +0100 |
commit | c31e7723915a20e45698d8288816288ce9104af8 (patch) | |
tree | e38766a77738d3e445a919b6623939653a4fda1a /sc/uiconfig/scalc/ui/subtotalgrppage.ui | |
parent | ccb2b0078f07194befa61f1e3fd88e53ff236871 (diff) |
weld ScSubTotalDlg
Change-Id: I34db4ff89aa8e91d882bcde94e9ecfb88f25d9a6
Reviewed-on: https://gerrit.libreoffice.org/68984
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/subtotalgrppage.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/subtotalgrppage.ui | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/sc/uiconfig/scalc/ui/subtotalgrppage.ui b/sc/uiconfig/scalc/ui/subtotalgrppage.ui index b75f3d67cc2e..994a7d1061d9 100644 --- a/sc/uiconfig/scalc/ui/subtotalgrppage.ui +++ b/sc/uiconfig/scalc/ui/subtotalgrppage.ui @@ -1,30 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> <interface domain="sc"> <requires lib="gtk+" version="3.18"/> - <requires lib="LibreOffice" version="1.0"/> - <object class="GtkTreeStore" id="liststore2"> + <object class="GtkTreeStore" id="liststore1"> <columns> - <!-- column-name check1 --> - <column type="gboolean"/> <!-- column-name text --> <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> - <!-- column-name checkvis1 --> - <column type="gboolean"/> </columns> </object> - <object class="GtkTreeStore" id="liststore1"> + <object class="GtkTreeStore" id="liststore2"> <columns> + <!-- column-name check1 --> + <column type="gboolean"/> <!-- column-name text --> <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> + <!-- column-name checkvis1 --> + <column type="gboolean"/> </columns> </object> <object class="GtkBox" id="SubTotalGrpPage"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="border_width">6</property> <property name="orientation">vertical</property> <property name="spacing">12</property> @@ -86,8 +88,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -102,8 +102,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -159,8 +157,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -183,7 +179,7 @@ <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> - <object class="GtkTreeSelection" id="Macro Library List-selection2"/> + <object class="GtkTreeSelection" id="Macro Library List-selection1"/> </child> <child> <object class="GtkTreeViewColumn" id="treeviewcolumn3"> @@ -191,7 +187,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderertext3"/> <attributes> - <attribute name="text">1</attribute> + <attribute name="text">0</attribute> </attributes> </child> </object> @@ -202,8 +198,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> |