Fix the error screen to look like something sensible

pull/145/head
Peter Hutterer 2019-07-16 21:40:27 +10:00
parent d8fa2ba00a
commit 5e0b7762d6
1 changed files with 2 additions and 1 deletions

View File

@ -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>