From ae6a21e4415090c283ea8a134d5ad9459b1f4ded Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 30 Jun 2021 23:13:32 -0300 Subject: 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. --- data/totem-preferences-dialog.ui | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'data') 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 @@ - - True - 12 - - - Disable _deinterlacing of interlaced videos - True - False - False - False - True - True - - - + + Disable _deinterlacing of interlaced videos + True + False + 12 + False + False + True + True + False False -- cgit v1.2.1