diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-12-18 21:51:39 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-12-18 21:51:39 -0600 |
commit | 9df7e3706b357114d4d02bb9a8b4261341faf539 (patch) | |
tree | a794f6095728802a434a0fb95dee2d4abfb14da1 /chart2/uiconfig | |
parent | ffa5b8a82eab18041bbee4d6914892b82c7801d3 (diff) |
tdf#122121 Fix checkbox alignment & spacing in Data Series dialog
Change-Id: Ibe5c344a45b96cd92591ce721c24009a646313d5
Diffstat (limited to 'chart2/uiconfig')
-rw-r--r-- | chart2/uiconfig/ui/tp_SeriesToAxis.ui | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chart2/uiconfig/ui/tp_SeriesToAxis.ui b/chart2/uiconfig/ui/tp_SeriesToAxis.ui index e13855e46ccc..6ccb912dadd1 100644 --- a/chart2/uiconfig/ui/tp_SeriesToAxis.ui +++ b/chart2/uiconfig/ui/tp_SeriesToAxis.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.22.1 --> <interface domain="chart"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustmentGAP"> @@ -179,8 +179,8 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> @@ -195,8 +195,8 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> @@ -331,8 +331,8 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> @@ -373,6 +373,7 @@ <object class="GtkAlignment"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkBox"> @@ -385,6 +386,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="halign">start</property> <property name="draw_indicator">True</property> </object> <packing> |