diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 17:19:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-08 17:19:51 +0000 |
commit | 7fb178343eb121ff5e262a16aa601f7be23edc69 (patch) | |
tree | cd164d07fe4cd276122432e9980a6b90f27f28ac /sc/uiconfig | |
parent | 63c8904a7c6167f7eaaca534f0b8da3d3bb1ff31 (diff) |
designate which elements should shrink when limited width
Calc general page (e.g. .de)
Change-Id: Ifc5c230040c9b59f8570a64deda0121ac93ed0e9
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/scgeneralpage.ui | 44 |
1 files changed, 9 insertions, 35 deletions
diff --git a/sc/uiconfig/scalc/ui/scgeneralpage.ui b/sc/uiconfig/scalc/ui/scgeneralpage.ui index 675d6d9f282b..d35a99aaa752 100644 --- a/sc/uiconfig/scalc/ui/scgeneralpage.ui +++ b/sc/uiconfig/scalc/ui/scgeneralpage.ui @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.0 on Wed Jan 8 17:08:51 2014 --> <interface> <!-- interface-requires gtk+ 3.0 --> <object class="GtkAdjustment" id="adjustment1"> @@ -76,7 +77,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> - <property name="invisible_char_set">True</property> <property name="adjustment">adjustment1</property> <property name="digits">2</property> </object> @@ -91,9 +91,6 @@ <object class="GtkComboBoxText" id="unitlb"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_span_column">7</property> - <property name="entry_text_column">0</property> - <property name="id_column">1</property> </object> <packing> <property name="left_attach">1</property> @@ -288,7 +285,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -305,7 +302,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -322,7 +319,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -339,7 +336,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">4</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -355,7 +352,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">5</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -372,7 +369,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">6</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -380,10 +377,8 @@ <object class="GtkComboBoxText" id="alignlb"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">end</property> <property name="hexpand">True</property> - <property name="row_span_column">7</property> - <property name="entry_text_column">0</property> - <property name="id_column">1</property> <items> <item translatable="yes">Down</item> <item translatable="yes">Right</item> @@ -428,31 +423,10 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">7</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </object> </child> </object> |