[gnome-control-center] mouse: Remove all `halign`s



commit 891d745302f8e7c51d748f67bcad2dc023d78449
Author: Christopher Davis <christopherdavis gnome org>
Date:   Sat Jan 15 00:46:43 2022 -0800

    mouse: Remove all `halign`s
    
    We can rely on the alignment of AdwActionRow suffixes.

 panels/mouse/cc-mouse-panel.ui | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/panels/mouse/cc-mouse-panel.ui b/panels/mouse/cc-mouse-panel.ui
index 23d87b08d..6290917da 100644
--- a/panels/mouse/cc-mouse-panel.ui
+++ b/panels/mouse/cc-mouse-panel.ui
@@ -92,7 +92,6 @@
                         <property name="subtitle" translatable="yes">Scrolling moves the content, not the 
view.</property>
                         <child>
                           <object class="GtkSwitch" id="mouse_natural_scrolling_switch">
-                            <property name="halign">end</property>
                             <property name="valign">center</property>
                           </object>
                         </child>
@@ -117,7 +116,6 @@
                         <property name="title" translatable="yes">Touchpad</property>
                         <child>
                           <object class="GtkSwitch" id="touchpad_toggle_switch">
-                            <property name="halign">end</property>
                             <property name="valign">center</property>
                           </object>
                         </child>
@@ -129,7 +127,6 @@
                         <property name="subtitle" translatable="yes">Scrolling moves the content, not the 
view.</property>
                         <child>
                           <object class="GtkSwitch" id="touchpad_natural_scrolling_switch">
-                            <property name="halign">end</property>
                             <property name="valign">center</property>
                           </object>
                         </child>
@@ -157,7 +154,6 @@
                         <property name="title" translatable="yes">Tap to Click</property>
                         <child>
                           <object class="GtkSwitch" id="tap_to_click_switch">
-                            <property name="halign">end</property>
                             <property name="valign">center</property>
                           </object>
                         </child>
@@ -169,7 +165,6 @@
                         <property name="title" translatable="yes">Two-finger Scrolling</property>
                         <child>
                           <object class="GtkSwitch" id="two_finger_scrolling_switch">
-                            <property name="halign">end</property>
                             <property name="valign">center</property>
                             <signal name="state-set" handler="two_finger_scrolling_changed_event" 
object="CcMousePanel" swapped="yes"/>
                           </object>
@@ -182,7 +177,6 @@
                         <property name="title" translatable="yes">Edge Scrolling</property>
                         <child>
                           <object class="GtkSwitch" id="edge_scrolling_switch">
-                            <property name="halign">end</property>
                             <property name="valign">center</property>
                             <signal name="state-set" handler="edge_scrolling_changed_event" 
object="CcMousePanel" swapped="yes"/>
                           </object>


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