notifications: Remove redundant haligns
This commit is contained in:
parent
a8bc1a222e
commit
770da3788a
1 changed files with 0 additions and 6 deletions
|
@ -16,7 +16,6 @@
|
||||||
<property name="activatable-widget">notifications_switch</property>
|
<property name="activatable-widget">notifications_switch</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSwitch" id="notifications_switch">
|
<object class="GtkSwitch" id="notifications_switch">
|
||||||
<property name="halign">end</property>
|
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<property name="active">True</property>
|
<property name="active">True</property>
|
||||||
<signal name="notify::active" handler="notifications_switch_state_set_cb" swapped="no"/>
|
<signal name="notify::active" handler="notifications_switch_state_set_cb" swapped="no"/>
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
<property name="activatable-widget">sound_alerts_switch</property>
|
<property name="activatable-widget">sound_alerts_switch</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSwitch" id="sound_alerts_switch">
|
<object class="GtkSwitch" id="sound_alerts_switch">
|
||||||
<property name="halign">end</property>
|
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<signal name="notify::active" handler="sound_alerts_switch_state_set_cb" swapped="no"/>
|
<signal name="notify::active" handler="sound_alerts_switch_state_set_cb" swapped="no"/>
|
||||||
</object>
|
</object>
|
||||||
|
@ -46,7 +44,6 @@
|
||||||
<property name="activatable-widget">notification_banners_switch</property>
|
<property name="activatable-widget">notification_banners_switch</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSwitch" id="notification_banners_switch">
|
<object class="GtkSwitch" id="notification_banners_switch">
|
||||||
<property name="halign">end</property>
|
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<signal name="notify::active" handler="notification_banners_switch_state_set_cb" swapped="no"/>
|
<signal name="notify::active" handler="notification_banners_switch_state_set_cb" swapped="no"/>
|
||||||
</object>
|
</object>
|
||||||
|
@ -60,7 +57,6 @@
|
||||||
<property name="activatable-widget">notification_banners_content_switch</property>
|
<property name="activatable-widget">notification_banners_content_switch</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSwitch" id="notification_banners_content_switch">
|
<object class="GtkSwitch" id="notification_banners_content_switch">
|
||||||
<property name="halign">end</property>
|
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<signal name="notify::active" handler="notification_banners_content_switch_state_set_cb" swapped="no"/>
|
<signal name="notify::active" handler="notification_banners_content_switch_state_set_cb" swapped="no"/>
|
||||||
</object>
|
</object>
|
||||||
|
@ -74,7 +70,6 @@
|
||||||
<property name="activatable-widget">lock_screen_notifications_switch</property>
|
<property name="activatable-widget">lock_screen_notifications_switch</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSwitch" id="lock_screen_notifications_switch">
|
<object class="GtkSwitch" id="lock_screen_notifications_switch">
|
||||||
<property name="halign">end</property>
|
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<signal name="notify::active" handler="lock_screen_notifications_switch_state_set_cb" swapped="no"/>
|
<signal name="notify::active" handler="lock_screen_notifications_switch_state_set_cb" swapped="no"/>
|
||||||
</object>
|
</object>
|
||||||
|
@ -88,7 +83,6 @@
|
||||||
<property name="activatable-widget">lock_screen_content_switch</property>
|
<property name="activatable-widget">lock_screen_content_switch</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSwitch" id="lock_screen_content_switch">
|
<object class="GtkSwitch" id="lock_screen_content_switch">
|
||||||
<property name="halign">end</property>
|
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<signal name="notify::active" handler="lock_screen_content_switch_state_set_cb" swapped="no"/>
|
<signal name="notify::active" handler="lock_screen_content_switch_state_set_cb" swapped="no"/>
|
||||||
</object>
|
</object>
|
||||||
|
|
Loading…
Add table
Reference in a new issue