forked from AuroraMiddleware/gtk
lockbutton: Fix up the template
I forgot to clean this up when switching to a stack.
This commit is contained in:
parent
7a01741575
commit
1aeaa33e68
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user