summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-30 23:13:32 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-30 23:13:32 -0300
commitae6a21e4415090c283ea8a134d5ad9459b1f4ded (patch)
treeb91a483d4a9141e902de7ae7ceed2ba5a942e414 /data
parenta29f8d3bc9d12e7763e2dd33f731db70a74044ca (diff)
downloadtotem-ae6a21e4415090c283ea8a134d5ad9459b1f4ded.tar.gz
preferences-dialog: Remove GtkAlignment alignment9
GtkAlignment is a deprecated widget. This particular one is an easy case, where we only need to replace the "left-padding" property by the "margin-start" property in the child.
Diffstat (limited to 'data')
-rw-r--r--data/totem-preferences-dialog.ui25
1 files changed, 10 insertions, 15 deletions
diff --git a/data/totem-preferences-dialog.ui b/data/totem-preferences-dialog.ui
index 83bc776fe..a83678143 100644
--- a/data/totem-preferences-dialog.ui
+++ b/data/totem-preferences-dialog.ui
@@ -398,21 +398,16 @@
</child>
<child>
- <object class="GtkAlignment" id="alignment9">
- <property name="visible">True</property>
- <property name="left_padding">12</property>
- <child>
- <object class="GtkCheckButton" id="tpw_no_deinterlace_checkbutton">
- <property name="label" translatable="yes">Disable _deinterlacing of interlaced videos</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- </child>
- </object>
+ <object class="GtkCheckButton" id="tpw_no_deinterlace_checkbutton">
+ <property name="label" translatable="yes">Disable _deinterlacing of interlaced videos</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin-start">12</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>