diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-04-18 08:51:34 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-05-05 15:12:27 +0800 |
commit | d4597e973a5eef6389f0900c3cea91d73e7c9873 (patch) | |
tree | 266b67c0762868366dd9c152564d0905dba7719a /src/empathy-main-window.ui | |
parent | 4786fdc5f4424c88c7fcaad5357f42a27c4e24ad (diff) | |
download | gsoc2013-empathy-d4597e973a5eef6389f0900c3cea91d73e7c9873.tar gsoc2013-empathy-d4597e973a5eef6389f0900c3cea91d73e7c9873.tar.gz gsoc2013-empathy-d4597e973a5eef6389f0900c3cea91d73e7c9873.tar.bz2 gsoc2013-empathy-d4597e973a5eef6389f0900c3cea91d73e7c9873.tar.lz gsoc2013-empathy-d4597e973a5eef6389f0900c3cea91d73e7c9873.tar.xz gsoc2013-empathy-d4597e973a5eef6389f0900c3cea91d73e7c9873.tar.zst gsoc2013-empathy-d4597e973a5eef6389f0900c3cea91d73e7c9873.zip |
'spacing' is an object property, not a child property of the packing
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 278d1392a..757d591c3 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -328,6 +328,7 @@ </child> <child> <object class="GtkVBox" id="balance_vbox"> + <property name="spacing">3</property> <child> <placeholder/> </child> @@ -336,7 +337,6 @@ <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> - <property name="spacing">3</property> </packing> </child> <child> |