summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-22 13:53:27 +0100
committerAron Budea <aron.budea@collabora.com>2020-09-22 17:22:12 +0200
commite92d5905b493094c379a11a58e67d683c61b7cad (patch)
treee6d7a28867667b2a34e085c8945a24c177e12496
parent413118bac99323cb783f841187d745f9a79178a7 (diff)
Resolves: tdf#128318 'Standard' buttons should not be shown by default
Reviewed-on: https://gerrit.libreoffice.org/81330 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit de302d199d1445ccf872e00e6fa0f673bbdddb6d) Change-Id: Ic1af3895c1815a50fd26f74db8f5d4d006414643 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103134 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
-rw-r--r--sw/uiconfig/swriter/ui/characterproperties.ui3
-rw-r--r--sw/uiconfig/swriter/ui/paradialog.ui3
2 files changed, 4 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui
index db760c112deb..372ed568c77d 100644
--- a/sw/uiconfig/swriter/ui/characterproperties.ui
+++ b/sw/uiconfig/swriter/ui/characterproperties.ui
@@ -39,9 +39,10 @@
<child>
<object class="GtkButton" id="standard">
<property name="label" translatable="no">_Standard</property>
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="no_show_all">True</property>
<property name="use_underline">True</property>
</object>
<packing>
diff --git a/sw/uiconfig/swriter/ui/paradialog.ui b/sw/uiconfig/swriter/ui/paradialog.ui
index 0b0b2a9f88a5..ec6e59965196 100644
--- a/sw/uiconfig/swriter/ui/paradialog.ui
+++ b/sw/uiconfig/swriter/ui/paradialog.ui
@@ -39,9 +39,10 @@
<child>
<object class="GtkButton" id="standard">
<property name="label" translatable="no">_Standard</property>
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="no_show_all">True</property>
<property name="use_underline">True</property>
</object>
<packing>