diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-20 19:20:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-20 19:20:50 +0800 |
commit | aa27406264f677978586a2f2ae583ab672b1029c (patch) | |
tree | 70cf3688f074b1ef76df58738e76060d52d9ae1c /libempathy-gtk | |
parent | 4cbba43910919eac6cf0eda94988b7a5ae6563d1 (diff) | |
download | gsoc2013-empathy-aa27406264f677978586a2f2ae583ab672b1029c.tar gsoc2013-empathy-aa27406264f677978586a2f2ae583ab672b1029c.tar.gz gsoc2013-empathy-aa27406264f677978586a2f2ae583ab672b1029c.tar.bz2 gsoc2013-empathy-aa27406264f677978586a2f2ae583ab672b1029c.tar.lz gsoc2013-empathy-aa27406264f677978586a2f2ae583ab672b1029c.tar.xz gsoc2013-empathy-aa27406264f677978586a2f2ae583ab672b1029c.tar.zst gsoc2013-empathy-aa27406264f677978586a2f2ae583ab672b1029c.zip |
Make the "Edit Custom Messages" window 420px wide by default (#607463)
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-status-preset-dialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.ui b/libempathy-gtk/empathy-status-preset-dialog.ui index 3e76eb6aa..bdcc3e630 100644 --- a/libempathy-gtk/empathy-status-preset-dialog.ui +++ b/libempathy-gtk/empathy-status-preset-dialog.ui @@ -3,6 +3,7 @@ <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy project-wide --> <object class="GtkVBox" id="toplevel-vbox"> + <property name="width_request">420</property> <property name="visible">True</property> <property name="border_width">6</property> <property name="orientation">vertical</property> |