chart2/uiconfig/ui/sidebartype.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit de834f98e22e660b186cb4b27b228d189c194ee7 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Sep 1 12:49:19 2021 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Thu Sep 2 16:55:19 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/+/121453 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> 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>
