diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-09 18:49:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-10 15:42:05 +0100 |
commit | be0d2080f868ab34d3d84594413717aa734c106b (patch) | |
tree | 6833a54a4c73a81129158b24df194fc93fca63e6 /sw/uiconfig/swriter | |
parent | d47f037a220636d70297bc098ed08e0bcb763aa9 (diff) |
Resolves: tdf#123950 'standard' buttons missing
Change-Id: I44d25156c647e28c0b82f1c6da0de90a5a76261c
Reviewed-on: https://gerrit.libreoffice.org/68980
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/characterproperties.ui | 20 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/paradialog.ui | 20 |
2 files changed, 34 insertions, 6 deletions
diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui index 5bdb13607db3..db760c112deb 100644 --- a/sw/uiconfig/swriter/ui/characterproperties.ui +++ b/sw/uiconfig/swriter/ui/characterproperties.ui @@ -37,6 +37,20 @@ </packing> </child> <child> + <object class="GtkButton" id="standard"> + <property name="label" translatable="no">_Standard</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> <property name="visible">True</property> @@ -49,7 +63,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> @@ -63,7 +77,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -77,7 +91,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">4</property> <property name="secondary">True</property> </packing> </child> diff --git a/sw/uiconfig/swriter/ui/paradialog.ui b/sw/uiconfig/swriter/ui/paradialog.ui index 8baaf52050c4..0b0b2a9f88a5 100644 --- a/sw/uiconfig/swriter/ui/paradialog.ui +++ b/sw/uiconfig/swriter/ui/paradialog.ui @@ -37,6 +37,20 @@ </packing> </child> <child> + <object class="GtkButton" id="standard"> + <property name="label" translatable="no">_Standard</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> <property name="visible">True</property> @@ -49,7 +63,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> @@ -63,7 +77,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -77,7 +91,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">4</property> <property name="secondary">True</property> </packing> </child> |