diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-08-25 01:15:36 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-08-25 07:30:39 +0200 |
commit | 203a060a71737c01b66a42c6edeb332e08d53bfb (patch) | |
tree | c0c316d91f685734ae9fcfe2adfd83cf1728affb /chart2 | |
parent | 8e054b63f323cfa5c8e61c0b9b47fa4c52713dc5 (diff) |
Chart sidebar: steppedline dialog spacing according dialog HIG
Change-Id: Id01704be50715b76a16832d672ce926b6d58f4dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101300
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/steppedlinesdlg.ui | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui b/chart2/uiconfig/ui/steppedlinesdlg.ui index 7a0437f4c131..c4c66f4a1f45 100644 --- a/chart2/uiconfig/ui/steppedlinesdlg.ui +++ b/chart2/uiconfig/ui/steppedlinesdlg.ui @@ -10,6 +10,9 @@ <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">dialog</property> + <child type="titlebar"> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -88,8 +91,8 @@ <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> - <property name="column_spacing">12</property> + <property name="row_spacing">3</property> + <property name="column_spacing">6</property> <child> <object class="GtkImage" id="step_center_x_img"> <property name="visible">True</property> @@ -98,7 +101,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> @@ -108,8 +111,8 @@ <property name="icon_name">chart2/res/step_end_30.png</property> </object> <packing> - <property name="left_attach">2</property> - <property name="top_attach">0</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -119,8 +122,8 @@ <property name="icon_name">chart2/res/step_center_y_30.png</property> </object> <packing> - <property name="left_attach">2</property> - <property name="top_attach">1</property> + <property name="left_attach">0</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -163,7 +166,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> @@ -184,8 +187,8 @@ </child> </object> <packing> - <property name="left_attach">3</property> - <property name="top_attach">0</property> + <property name="left_attach">1</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -206,8 +209,8 @@ </child> </object> <packing> - <property name="left_attach">3</property> - <property name="top_attach">1</property> + <property name="left_attach">1</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -249,8 +252,5 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> - <child type="titlebar"> - <placeholder/> - </child> </object> </interface> |