Fix the error screen to look like something sensible
This commit is contained in:
parent
d8fa2ba00a
commit
5e0b7762d6
|
@ -6,7 +6,6 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="homogeneous">True</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
|
@ -48,6 +47,8 @@ Tuhi is a DBus server that needs to be running for the Tuhi GUI to connect to it
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="margin_top">20</property>
|
||||
<property name="margin_bottom">20</property>
|
||||
<child>
|
||||
<object class="GtkSpinner">
|
||||
<property name="visible">True</property>
|
||||
|
|
Loading…
Reference in New Issue