diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-08-25 01:18:52 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-08-25 07:29:38 +0200 |
commit | 8e054b63f323cfa5c8e61c0b9b47fa4c52713dc5 (patch) | |
tree | f7bb1bf42819184601d74cd690b67084b940ec0a /chart2/uiconfig | |
parent | 4f0617275f2c9669901a4b06d2133533ceb437a0 (diff) |
Chart sidebar: spacing according dialog HIG
Change-Id: I4d26f0cb8fc9b0ccfa10193a34728a84a08ea6c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101301
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'chart2/uiconfig')
-rw-r--r-- | chart2/uiconfig/ui/tp_ChartType.ui | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui index 23e1e138a21d..fe708e17447c 100644 --- a/chart2/uiconfig/ui/tp_ChartType.ui +++ b/chart2/uiconfig/ui/tp_ChartType.ui @@ -69,6 +69,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="vexpand">True</property> <property name="row_spacing">6</property> <child> <object class="GtkScrolledWindow" id="subtypewin"> @@ -107,12 +108,12 @@ <object class="GtkGrid" id="3dblock"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> + <property name="row_spacing">3</property> <child> <object class="GtkGrid" id="grid9"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="column_spacing">12</property> + <property name="column_spacing">6</property> <child> <object class="GtkCheckButton" id="3dlook"> <property name="label" translatable="yes" context="tp_ChartType|3dlook">_3D Look</property> @@ -138,6 +139,7 @@ <child> <object class="GtkComboBoxText" id="3dscheme"> <property name="can_focus">False</property> + <property name="hexpand">True</property> <items> <item translatable="yes" context="tp_ChartType|3dscheme">Simple</item> <item translatable="yes" context="tp_ChartType|3dscheme">Realistic</item> @@ -164,7 +166,6 @@ </child> <child> <object class="GtkLabel" id="shapeft"> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="tp_ChartType|shapeft">Sh_ape</property> <property name="use_underline">True</property> @@ -181,6 +182,7 @@ <object class="GtkScrolledWindow"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="shadow_type">in</property> <child> @@ -229,7 +231,7 @@ <object class="GtkGrid" id="stackblock"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> + <property name="row_spacing">3</property> <child> <object class="GtkCheckButton" id="stack"> <property name="label" translatable="yes" context="tp_ChartType|stack">_Stack series</property> @@ -258,7 +260,7 @@ <object class="GtkGrid" id="grid6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> + <property name="row_spacing">3</property> <child> <object class="GtkRadioButton" id="ontop"> <property name="label" translatable="yes" context="tp_ChartType|ontop">On top</property> @@ -326,7 +328,7 @@ <object class="GtkGrid" id="grid7"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="column_spacing">12</property> + <property name="column_spacing">6</property> <child> <object class="GtkLabel" id="linetypeft"> <property name="can_focus">False</property> @@ -405,7 +407,7 @@ <object class="GtkGrid" id="grid8"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="column_spacing">12</property> + <property name="column_spacing">6</property> <child> <object class="GtkLabel" id="nolinesft"> <property name="can_focus">False</property> |