[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/uiconfig
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 8 11:59:56 UTC 2020
sw/uiconfig/swriter/ui/sidebartableedit.ui | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit ff8cea1ca6f193f434b52361b435403a0f27d023
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Jan 7 17:42:50 2020 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jan 8 12:59:19 2020 +0100
tdf#129373: Make table column width and row height controls look better on iOS
For some reason the space allocated for the measurement in a
svxlo-SvxRelativeField is quite large, and it looks weird when the
plus button of the row height control bumps into the icon of the
column width control. (Changing the hexpand element to False does not
fully help.) It looks much better to have these controls on separate
rows. Hopefully the change in how it looks in web-based Online or in
desktop LibreOffice will not cause endless bikeshedding.
Change-Id: Ia8fbbbfe035a92fc5c89b27dc8c8985707a5cb0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86358
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sw/uiconfig/swriter/ui/sidebartableedit.ui b/sw/uiconfig/swriter/ui/sidebartableedit.ui
index aa01759ea491..4ca5c3a6b483 100644
--- a/sw/uiconfig/swriter/ui/sidebartableedit.ui
+++ b/sw/uiconfig/swriter/ui/sidebartableedit.ui
@@ -173,6 +173,7 @@
<object class="GtkBox" id="box3">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
@@ -198,7 +199,7 @@
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes" context="sidebatableedit|rowheight|tooltip_text">Row Height</property>
- <property name="hexpand">True</property>
+ <property name="hexpand">False</property>
<property name="text">0</property>
<child internal-child="accessible">
<object class="AtkObject" id="rowheight-atkobject">
@@ -244,7 +245,7 @@
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes" context="sidebatableedit|columnwidth|tooltip_text">Column Width</property>
- <property name="hexpand">True</property>
+ <property name="hexpand">False</property>
<property name="text">0</property>
<child internal-child="accessible">
<object class="AtkObject" id="columnwidth-atkobject">
More information about the Libreoffice-commits
mailing list