widget-factory: Make one switch start out active

This nicely shows off
https://bugzilla.gnome.org/show_bug.cgi?id=734213
This commit is contained in:
Matthias Clasen 2014-08-04 10:12:19 +02:00
parent 9e3626ee24
commit 0a44be21af

View File

@ -2204,6 +2204,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<child>
<object class="GtkSwitch">
<property name="visible">True</property>
<property name="active">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="margin-top">6</property>