diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-25 13:06:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-26 22:42:04 +0200 |
commit | b877f78f30400c6861f1fb371c827ae42c2a7484 (patch) | |
tree | fb341c75f564cfa6cc2d882240932632890544a9 /sc/uiconfig | |
parent | d55615f6c5f8adcb7157358a95329ceb1f9f7685 (diff) |
fix positioning within cellprotectpage
Change-Id: I9ae7fd7f6ff7b999018cc0ba13147dd69dc7e9ae
Reviewed-on: https://gerrit.libreoffice.org/61010
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/cellprotectionpage.ui | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/sc/uiconfig/scalc/ui/cellprotectionpage.ui b/sc/uiconfig/scalc/ui/cellprotectionpage.ui index eb7e117a944d..19f51e143b81 100644 --- a/sc/uiconfig/scalc/ui/cellprotectionpage.ui +++ b/sc/uiconfig/scalc/ui/cellprotectionpage.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> <interface domain="sc"> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.18"/> <object class="GtkGrid" id="CellProtectionPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -20,7 +21,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="vexpand">True</property> <property name="top_padding">6</property> <property name="left_padding">12</property> <child> @@ -46,8 +46,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> @@ -65,8 +63,6 @@ <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> <child> @@ -85,8 +81,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> @@ -95,17 +89,16 @@ <property name="can_focus">False</property> <property name="halign">end</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="cellprotectionpage|label1">Cell protection is only effective after the current sheet has been protected. Select 'Protect Sheet' from the 'Tools' menu.</property> <property name="wrap">True</property> <property name="max_width_chars">52</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> <property name="height">3</property> </packing> </child> @@ -127,14 +120,13 @@ Select 'Protect Sheet' from the 'Tools' menu.</property> <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> <object class="GtkFrame" id="framePrint"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="valign">start</property> <property name="hexpand">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> @@ -163,8 +155,6 @@ Select 'Protect Sheet' from the 'Tools' menu.</property> <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> @@ -173,16 +163,14 @@ Select 'Protect Sheet' from the 'Tools' menu.</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="cellprotectionpage|label4">The cells selected will be omitted when printing.</property> <property name="wrap">True</property> <property name="width_chars">52</property> + <property name="xalign">0</property> </object> <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> </object> @@ -203,8 +191,6 @@ Select 'Protect Sheet' from the 'Tools' menu.</property> <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> </object> |