aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-log-window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-log-window.ui')
-rw-r--r--libempathy-gtk/empathy-log-window.ui34
1 files changed, 33 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui
index 79e4b6db2..3611ac1f9 100644
--- a/libempathy-gtk/empathy-log-window.ui
+++ b/libempathy-gtk/empathy-log-window.ui
@@ -201,6 +201,7 @@
<object class="GtkScrolledWindow" id="scrolledwindow_who">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="border_width">3</property>
<child>
<object class="GtkTreeView" id="treeview_who">
<property name="visible">True</property>
@@ -221,6 +222,7 @@
<object class="GtkScrolledWindow" id="scrolledwindow_what">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="border_width">3</property>
<child>
<object class="GtkTreeView" id="treeview_what">
<property name="visible">True</property>
@@ -241,6 +243,7 @@
<object class="GtkScrolledWindow" id="scrolledwindow_when">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="border_width">3</property>
<child>
<object class="GtkTreeView" id="treeview_when">
<property name="visible">True</property>
@@ -295,9 +298,38 @@
</packing>
</child>
<child>
- <object class="GtkSpinner" id="spinner">
+ <object class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="homogeneous">True</property>
+ <child>
+ <object class="GtkSpinner" id="spinner">
+ <property name="width_request">30</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="halign">end</property>
+ <property name="margin_right">6</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">&lt;span size="x-large"&gt;Loading...&lt;/span&gt;</property>
+ <property name="use_markup">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="position">1</property>