[Libreoffice-commits] core.git: sw/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 18 15:39:12 UTC 2019
sw/uiconfig/swriter/ui/columnpage.ui | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
New commits:
commit 36c84b5a22e59a626f1c9e6f3e77968c3802e434
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 18 12:40:06 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 18 17:37:51 2019 +0200
use a size group to give all labels the same width
Change-Id: I80c300fe37c7a05046a44f9e7b69ad5321e736b8
Reviewed-on: https://gerrit.libreoffice.org/81038
Reviewed-by: andreas_kainz <kainz.a at gmail.com>
Tested-by: andreas_kainz <kainz.a at gmail.com>
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/columnpage.ui b/sw/uiconfig/swriter/ui/columnpage.ui
index 86042c063948..db7093a06bfc 100644
--- a/sw/uiconfig/swriter/ui/columnpage.ui
+++ b/sw/uiconfig/swriter/ui/columnpage.ui
@@ -115,7 +115,6 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="columnft">
- <property name="width_request">100</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="columnpage|columnft">Column:</property>
@@ -393,7 +392,6 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="linestyleft">
- <property name="width_request">100</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="columnpage|linestyleft">St_yle:</property>
@@ -607,7 +605,6 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="label3">
- <property name="width_request">100</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="columnpage|label3">Columns:</property>
@@ -821,12 +818,17 @@
<object class="GtkSizeGroup" id="sizegroup1">
<property name="ignore_hidden">True</property>
<widgets>
- <widget name="applytoft"/>
- <widget name="textdirectionft"/>
- <widget name="label3"/>
<widget name="columnft"/>
<widget name="widthft"/>
<widget name="distft"/>
+ <widget name="linestyleft"/>
+ <widget name="linewidthft"/>
+ <widget name="lineheightft"/>
+ <widget name="lineposft"/>
+ <widget name="linecolorft"/>
+ <widget name="label3"/>
+ <widget name="applytoft"/>
+ <widget name="textdirectionft"/>
</widgets>
</object>
</interface>
More information about the Libreoffice-commits
mailing list