diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-17 11:27:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-17 12:32:16 +0000 |
commit | e36321236417f3b900519bab10cf25e7aeba68e3 (patch) | |
tree | c5d245a0f8eda3d31c1452474b2c7b1483a793b7 /sc/uiconfig/scalc | |
parent | 9e18f7e3cfec960b788eb5df3b53daf9efd092ab (diff) |
tweak MultiListBox to ListBox
Change-Id: I94e39f29c2920eea57262cf047f899eb0bbe62c4
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/datafielddialog.ui | 6 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/pivotfielddialog.ui | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/datafielddialog.ui b/sc/uiconfig/scalc/ui/datafielddialog.ui index da0decc8b6d6..3b24ff6fe176 100644 --- a/sc/uiconfig/scalc/ui/datafielddialog.ui +++ b/sc/uiconfig/scalc/ui/datafielddialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.0 on Fri Jan 17 09:55:40 2014 --> +<!-- Generated with glade 3.16.0 on Fri Jan 17 11:23:34 2014 --> <interface> <!-- interface-requires gtk+ 3.0 --> <!-- interface-requires LibreOffice 1.0 --> @@ -84,6 +84,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -92,12 +93,15 @@ <property name="can_focus">False</property> <property name="margin_top">6</property> <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="row_spacing">6</property> <child> <object class="scuilo-ScDPFunctionListBox" id="functions:border"> diff --git a/sc/uiconfig/scalc/ui/pivotfielddialog.ui b/sc/uiconfig/scalc/ui/pivotfielddialog.ui index dcf9127d7887..bc4972a75f0e 100644 --- a/sc/uiconfig/scalc/ui/pivotfielddialog.ui +++ b/sc/uiconfig/scalc/ui/pivotfielddialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.0 on Fri Jan 17 10:58:52 2014 --> +<!-- Generated with glade 3.16.0 on Fri Jan 17 11:22:49 2014 --> <interface> <!-- interface-requires gtk+ 3.0 --> <!-- interface-requires LibreOffice 1.0 --> @@ -99,6 +99,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -107,12 +108,15 @@ <property name="can_focus">False</property> <property name="margin_top">6</property> <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="row_spacing">6</property> <child> <object class="GtkRadioButton" id="none"> @@ -176,7 +180,9 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <child internal-child="selection"> - <object class="GtkTreeSelection" id="DPFunctionListBox-selection4"/> + <object class="GtkTreeSelection" id="DPFunctionListBox-selection4"> + <property name="mode">multiple</property> + </object> </child> </object> <packing> |