lockbutton: Fix up the template

I forgot to clean this up when switching to a stack.
This commit is contained in:
Matthias Clasen 2016-01-03 10:42:13 -05:00
parent 7a01741575
commit 1aeaa33e68

View File

@ -29,10 +29,6 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Lock</property>
</object>
<packing>
<property name="fill">0</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_unlock">
@ -40,21 +36,10 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Unlock</property>
</object>
<packing>
<property name="fill">0</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>
</child>
</template>
<object class="GtkSizeGroup" id="label_group">
<property name="mode">both</property>
<widgets>
<widget name="label_lock"/>
<widget name="label_unlock"/>
</widgets>
</object>
</interface>