aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.ui
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-02-06 18:46:48 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-06 18:46:48 +0800
commit8d3dda852b7eb0e8790812b0e149d40db24dbc41 (patch)
tree1ab15524ca4b8bdd07093ba9deda5ca568efd738 /src/empathy-chat-window.ui
parentd180bd8984e3d2618266c38c49033d73a24bb15e (diff)
downloadgsoc2013-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/empathy-chat-window.ui')
-rw-r--r--src/empathy-chat-window.ui4
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>