diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-06 18:46:48 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-06 18:46:48 +0800 |
commit | 8d3dda852b7eb0e8790812b0e149d40db24dbc41 (patch) | |
tree | 1ab15524ca4b8bdd07093ba9deda5ca568efd738 /src | |
parent | d180bd8984e3d2618266c38c49033d73a24bb15e (diff) | |
download | gsoc2013-empathy-8d3dda852b7eb0e8790812b0e149d40db24dbc41.tar gsoc2013-empathy-8d3dda852b7eb0e8790812b0e149d40db24dbc41.tar.gz gsoc2013-empathy-8d3dda852b7eb0e8790812b0e149d40db24dbc41.tar.bz2 gsoc2013-empathy-8d3dda852b7eb0e8790812b0e149d40db24dbc41.tar.lz gsoc2013-empathy-8d3dda852b7eb0e8790812b0e149d40db24dbc41.tar.xz gsoc2013-empathy-8d3dda852b7eb0e8790812b0e149d40db24dbc41.tar.zst gsoc2013-empathy-8d3dda852b7eb0e8790812b0e149d40db24dbc41.zip |
Make the default chat window size bigger.
https://bugzilla.gnome.org/show_bug.cgi?id=612216
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-window.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chat-window.ui b/src/empathy-chat-window.ui index 25749861c..bf95bff16 100644 --- a/src/empathy-chat-window.ui +++ b/src/empathy-chat-window.ui @@ -205,8 +205,8 @@ <object class="GtkWindow" id="chat_window"> <property name="title" translatable="yes">Chat</property> <property name="role">chat</property> - <property name="default_width">350</property> - <property name="default_height">250</property> + <property name="default_width">580</property> + <property name="default_height">480</property> <child> <object class="GtkVBox" id="chat_vbox"> <property name="visible">True</property> |