[Libreoffice-commits] core.git: sw/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 22 19:09:21 UTC 2019
sw/uiconfig/swriter/ui/characterproperties.ui | 5 +++--
sw/uiconfig/swriter/ui/paradialog.ui | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
New commits:
commit ad0a97ca200328d336a3cd58942f71a824b1f23a
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Oct 22 13:53:27 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Oct 22 21:08:23 2019 +0200
Resolves: tdf#128318 'Standard' buttons should not be shown by default
Change-Id: Ic1af3895c1815a50fd26f74db8f5d4d006414643
Reviewed-on: https://gerrit.libreoffice.org/81329
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui
index 363227d7465a..5b18eb1c8b71 100644
--- a/sw/uiconfig/swriter/ui/characterproperties.ui
+++ b/sw/uiconfig/swriter/ui/characterproperties.ui
@@ -38,10 +38,11 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes" context="characterproperties|standard">_Standard</property>
- <property name="visible">True</property>
+ <property name="label" translatable="no">_Standard</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 bf9d51b4ce54..c9791fec33b2 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>
More information about the Libreoffice-commits
mailing list