diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-08-16 07:44:46 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-08-16 18:14:27 +0800 |
commit | f513e634f70f65fb5d3cc947ef139a89ac98f4b4 (patch) | |
tree | 7960b7ecf048eb37aa8708a8d99261636e9e47ce /src | |
parent | d7c83fa38cb8ce5f60e8fc7a8781ddc1f21a5acc (diff) | |
download | gsoc2013-empathy-f513e634f70f65fb5d3cc947ef139a89ac98f4b4.tar gsoc2013-empathy-f513e634f70f65fb5d3cc947ef139a89ac98f4b4.tar.gz gsoc2013-empathy-f513e634f70f65fb5d3cc947ef139a89ac98f4b4.tar.bz2 gsoc2013-empathy-f513e634f70f65fb5d3cc947ef139a89ac98f4b4.tar.lz gsoc2013-empathy-f513e634f70f65fb5d3cc947ef139a89ac98f4b4.tar.xz gsoc2013-empathy-f513e634f70f65fb5d3cc947ef139a89ac98f4b4.tar.zst gsoc2013-empathy-f513e634f70f65fb5d3cc947ef139a89ac98f4b4.zip |
Add some space between the status and the end of the toolbar
https://bugzilla.gnome.org/show_bug.cgi?id=656571
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-window.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index 6e89cb3c3..0dea20869 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -319,6 +319,12 @@ <property name="fill">False</property> </packing> </child> + <child> + <object class="GtkSeparatorToolItem" id="toolbutton2"> + <property name="draw">False</property> + <property name="visible">True</property> + </object> + </child> </object> <packing> <property name="expand">False</property> |