summaryrefslogtreecommitdiff
path: root/chart2/uiconfig/ui/tp_DataPointOption.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-28 20:14:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-29 12:07:11 +0100
commit8b79f1efb74c383050de961051882bd5da3c730a (patch)
tree6b39b43a528160da5ea5211cc872909ee1ba7e05 /chart2/uiconfig/ui/tp_DataPointOption.ui
parent646a635efe6eecbc3d1dd3a7cbb02a278c6f3be5 (diff)
drop deprecated GtkAlignment, move left/top-padding into child margin-start/top
for chart2 Change-Id: I069ab39ef2d84bd6fac2c0cc5ab9931176501235 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108426 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/uiconfig/ui/tp_DataPointOption.ui')
-rw-r--r--chart2/uiconfig/ui/tp_DataPointOption.ui42
1 files changed, 18 insertions, 24 deletions
diff --git a/chart2/uiconfig/ui/tp_DataPointOption.ui b/chart2/uiconfig/ui/tp_DataPointOption.ui
index b9f4cb17c00d..f6999817852a 100644
--- a/chart2/uiconfig/ui/tp_DataPointOption.ui
+++ b/chart2/uiconfig/ui/tp_DataPointOption.ui
@@ -26,37 +26,31 @@
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
- <object class="GtkAlignment">
+ <object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="top_padding">6</property>
- <property name="left_padding">12</property>
+ <property name="orientation">vertical</property>
+ <property name="margin-start">12</property>
+ <property name="margin-top">6</property>
<child>
- <object class="GtkBox">
+ <object class="GtkCheckButton" id="CB_LEGEND_ENTRY_HIDDEN">
+ <property name="label" translatable="yes" context="tp_DataPointOption|CB_LEGEND_ENTRY_HIDDEN">Hide legend entry</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkCheckButton" id="CB_LEGEND_ENTRY_HIDDEN">
- <property name="label" translatable="yes" context="tp_DataPointOption|CB_LEGEND_ENTRY_HIDDEN">Hide legend entry</property>
- <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>
- <child internal-child="accessible">
- <object class="AtkObject" id="CB_LEGEND_ENTRY_HIDDEN-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataPointOption|extended_tip|CB_LEGEND_ENTRY_HIDDEN">Do not show legend entry for the selected data series or data point.</property>
- </object>
- </child>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="halign">start</property>
+ <property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="CB_LEGEND_ENTRY_HIDDEN-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="tp_DataPointOption|extended_tip|CB_LEGEND_ENTRY_HIDDEN">Do not show legend entry for the selected data series or data point.</property>
</object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
</child>
</object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
</child>
</object>
</child>