diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-15 23:25:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-15 23:28:29 +0800 |
commit | 59f42ec7b50e15046fdd1b122c97a7f5d357922d (patch) | |
tree | a36e763dcaf786f4b79c15dbe269197dd7f548bd /src | |
parent | a118a7cf1afc9858f1f4c6d7a10d949abf2fc210 (diff) | |
download | gsoc2013-empathy-59f42ec7b50e15046fdd1b122c97a7f5d357922d.tar gsoc2013-empathy-59f42ec7b50e15046fdd1b122c97a7f5d357922d.tar.gz gsoc2013-empathy-59f42ec7b50e15046fdd1b122c97a7f5d357922d.tar.bz2 gsoc2013-empathy-59f42ec7b50e15046fdd1b122c97a7f5d357922d.tar.lz gsoc2013-empathy-59f42ec7b50e15046fdd1b122c97a7f5d357922d.tar.xz gsoc2013-empathy-59f42ec7b50e15046fdd1b122c97a7f5d357922d.tar.zst gsoc2013-empathy-59f42ec7b50e15046fdd1b122c97a7f5d357922d.zip |
don't set fill on the box containing buttons
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index 1980759ad..a1282fdf5 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -68,6 +68,7 @@ </child> </object> <packing> + <property name="fill">False</property> <property name="position">0</property> </packing> </child> |