[Libreoffice-commits] core.git: chart2/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 1 14:33:23 UTC 2021
chart2/uiconfig/ui/sidebartype.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7faa086071afe2638d371818d90cecc820e602ef
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Sep 1 12:49:19 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Sep 1 16:32:47 2021 +0200
Resolves: tdf#143646 move the border from the outer grid to the inner one
which is consistent with the other sidebar panels and gives the expected
minimum width expected by the deck
Change-Id: Ic9a4629bf6dc675c2a30533310512bf369c7b779
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121446
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/chart2/uiconfig/ui/sidebartype.ui b/chart2/uiconfig/ui/sidebartype.ui
index f235a71897ca..ae410375d1c0 100644
--- a/chart2/uiconfig/ui/sidebartype.ui
+++ b/chart2/uiconfig/ui/sidebartype.ui
@@ -30,13 +30,13 @@
<object class="GtkGrid" id="ChartTypePanel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="border_width">6</property>
<child>
<!-- n-columns=1 n-rows=1 -->
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <property name="border_width">6</property>
<property name="row_spacing">3</property>
<property name="column_spacing">6</property>
<child>
More information about the Libreoffice-commits
mailing list