[totem] preferences-dialog: Remove GtkAlignment alignment7



commit e7de12e4609ba17bd570bafc97c5832ee0c9ba27
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jul 1 12:39:54 2021 -0300

    preferences-dialog: Remove GtkAlignment alignment7
    
    Identical to the previous commit.

 data/totem-preferences-dialog.ui | 91 +++++++++++++++++-----------------------
 1 file changed, 39 insertions(+), 52 deletions(-)
---
diff --git a/data/totem-preferences-dialog.ui b/data/totem-preferences-dialog.ui
index aa063006b..ea225a9e2 100644
--- a/data/totem-preferences-dialog.ui
+++ b/data/totem-preferences-dialog.ui
@@ -764,66 +764,53 @@
                      </child>
 
                      <child>
-                       <object class="GtkAlignment" id="alignment7">
+                       <object class="GtkBox">
                          <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xscale">1</property>
-                         <property name="yscale">1</property>
-                         <property name="top_padding">0</property>
-                         <property name="bottom_padding">0</property>
-                         <property name="left_padding">12</property>
-                         <property name="right_padding">0</property>
+                         <property name="homogeneous">False</property>
+                         <property name="margin-left">12</property>
+                         <property name="spacing">12</property>
 
                          <child>
-                           <object class="GtkBox">
+                           <object class="GtkLabel" id="tpw_audio_output_type_label">
                              <property name="visible">True</property>
-                             <property name="homogeneous">False</property>
-                             <property name="spacing">12</property>
-
-                             <child>
-                               <object class="GtkLabel" id="tpw_audio_output_type_label">
-                                 <property name="visible">True</property>
-                                 <property name="label" translatable="yes">_Audio output type:</property>
-                                 <property name="use_underline">True</property>
-                                 <property name="use_markup">False</property>
-                                 <property name="justify">GTK_JUSTIFY_LEFT</property>
-                                 <property name="wrap">False</property>
-                                 <property name="selectable">False</property>
-                                 <property name="xalign">0</property>
-                                 <property name="yalign">0.5</property>
-                                 <property name="mnemonic_widget">tpw_sound_output_combobox</property>
-                                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-                                 <property name="width_chars">-1</property>
-                                 <property name="single_line_mode">False</property>
-                                 <property name="angle">0</property>
-                               </object>
-                               <packing>
-                                 <property name="padding">0</property>
-                                 <property name="expand">False</property>
-                                 <property name="fill">False</property>
-                               </packing>
-                             </child>
+                             <property name="label" translatable="yes">_Audio output type:</property>
+                             <property name="use_underline">True</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0</property>
+                             <property name="yalign">0.5</property>
+                             <property name="mnemonic_widget">tpw_sound_output_combobox</property>
+                             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+                             <property name="width_chars">-1</property>
+                             <property name="single_line_mode">False</property>
+                             <property name="angle">0</property>
+                           </object>
+                           <packing>
+                             <property name="padding">0</property>
+                             <property name="expand">False</property>
+                             <property name="fill">False</property>
+                           </packing>
+                         </child>
 
+                         <child>
+                           <object class="GtkComboBox" id="tpw_sound_output_combobox">
+                             <property name="visible">True</property>
+                             <property name="model">tpw_sound_output_liststore</property>
+                             <property name="focus_on_click">True</property>
                              <child>
-                               <object class="GtkComboBox" id="tpw_sound_output_combobox">
-                                 <property name="visible">True</property>
-                                 <property name="model">tpw_sound_output_liststore</property>
-                                 <property name="focus_on_click">True</property>
-                                 <child>
-                                   <object class="GtkCellRendererText" id="tpw_sound_output_cell"/>
-                                   <attributes>
-                                     <attribute name="text">0</attribute>
-                                   </attributes>
-                                 </child>
-                               </object>
-                               <packing>
-                                 <property name="padding">0</property>
-                                 <property name="expand">False</property>
-                                 <property name="fill">True</property>
-                               </packing>
+                               <object class="GtkCellRendererText" id="tpw_sound_output_cell"/>
+                               <attributes>
+                                 <attribute name="text">0</attribute>
+                               </attributes>
                              </child>
                            </object>
+                           <packing>
+                             <property name="padding">0</property>
+                             <property name="expand">False</property>
+                             <property name="fill">True</property>
+                           </packing>
                          </child>
                        </object>
                        <packing>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]