center log in button
This commit is contained in:
parent
5b9a369114
commit
e2afd229a6
16
interface.ui
16
interface.ui
|
@ -61,20 +61,10 @@
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkButton">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<child>
|
<property name="label">Login</property>
|
||||||
<object class="GtkButton">
|
<signal name="clicked" handler="login_cb"/>
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="label">Login</property>
|
|
||||||
<signal name="clicked" handler="login_cb"/>
|
|
||||||
</object>
|
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="fill">True</property>
|
|
||||||
<property name="pack_type">end</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
|
Loading…
Reference in New Issue