summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2016-12-01 00:45:33 +0000
committerDaniel Boles <dboles@src.gnome.org>2016-12-01 01:09:04 +0000
commitc633f5013bfa15c18ae77f8971e64a586dbc8dba (patch)
tree981cb905144d3185b542d27130beb9c8295508a7
parent38d8eb60f302febe9c76843bc4a8e2c418e533e6 (diff)
downloadempathy-c633f5013bfa15c18ae77f8971e64a586dbc8dba.tar.gz
roster-window: Add missing border around content
This stops child widgets, especially the big "Go online to..." label, from running right into the edge of the window, which looks pretty bad.
-rw-r--r--src/empathy-roster-window.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-roster-window.ui b/src/empathy-roster-window.ui
index 937bae636..48031e591 100644
--- a/src/empathy-roster-window.ui
+++ b/src/empathy-roster-window.ui
@@ -4,6 +4,7 @@
<object class="GtkVBox" id="main_vbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="border-width">12</property>
<child>
<object class="GtkHBox" id="presence_toolbar">
<property name="visible">True</property>