diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-19 12:36:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-19 22:08:28 +0100 |
commit | cbca3beb990df9e75218e27ff0f1b563cf3a67da (patch) | |
tree | 2150b1d6d4968dcc5a423f34d85ce5f038bd1fb3 /sw/uiconfig | |
parent | e3a002c53a544de02e5119c5b0a2fd4f972156a8 (diff) |
weld PageFormatPanel
Change-Id: I98b40be22d11bee055ae321e8a93430bc69fe023
Reviewed-on: https://gerrit.libreoffice.org/85525
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/pageformatpanel.ui | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sw/uiconfig/swriter/ui/pageformatpanel.ui b/sw/uiconfig/swriter/ui/pageformatpanel.ui index 5dc85d0b78e5..deacf8cc7354 100644 --- a/sw/uiconfig/swriter/ui/pageformatpanel.ui +++ b/sw/uiconfig/swriter/ui/pageformatpanel.ui @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.22.1 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> - <requires lib="LibreOffice" version="1.0"/> <object class="GtkGrid" id="PageFormatPanel"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -21,8 +20,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="pageformatpanel|size">Size:</property> - <property name="xalign">1</property> <property name="mnemonic_widget">papersize</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -34,8 +33,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="pageformatpanel|width">Width:</property> - <property name="xalign">1</property> <property name="mnemonic_widget">paperwidth</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -47,8 +46,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="pageformatpanel|height">Height:</property> - <property name="xalign">1</property> <property name="mnemonic_widget">paperheight</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -60,8 +59,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="pageformatpanel|orientation">Orientation:</property> - <property name="xalign">1</property> <property name="mnemonic_widget">paperorientation</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -69,7 +68,7 @@ </packing> </child> <child> - <object class="svxlo-SvxRelativeField" id="paperwidth"> + <object class="GtkSpinButton" id="paperwidth"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_tooltip">True</property> @@ -83,7 +82,7 @@ </packing> </child> <child> - <object class="svxlo-SvxRelativeField" id="paperheight"> + <object class="GtkSpinButton" id="paperheight"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_tooltip">True</property> @@ -112,7 +111,7 @@ </packing> </child> <child> - <object class="svxcorelo-PaperSizeListBox" id="papersize"> + <object class="GtkComboBoxText" id="papersize"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -127,8 +126,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="pageformatpanel|margin">Margins:</property> - <property name="xalign">1</property> <property name="mnemonic_widget">marginLB</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> |