summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2015-04-21 19:17:36 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2015-04-21 19:44:29 -0500
commit4cf6b1a8a581f63d9a39844ab7968df1453eed0e (patch)
tree5027c99666a565126e0b0a24a46e3536ff06d43e
parent65334772a06ea0af65ad194f1d467ebfcc1389eb (diff)
downloadempathy-4cf6b1a8a581f63d9a39844ab7968df1453eed0e.tar.gz
Preferences: Fix width of dialog
If we don't set a width limit, the labels will never wrap, and the preferences dialog will expand to fill the entire screen horizontally. https://bugzilla.gnome.org/show_bug.cgi?id=741771
-rw-r--r--src/empathy-preferences.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui
index 9aa204fe7..a8015acd1 100644
--- a/src/empathy-preferences.ui
+++ b/src/empathy-preferences.ui
@@ -650,6 +650,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Echo cancellation helps to make your voice sound clearer to the other person, but may cause problems on some computers. If you or the other person hear strange noises or glitches during calls, try turning echo cancellation off and restarting the call.</property>
+ <property name="max_width_chars">60</property>
<property name="wrap">True</property>
<attributes>
<attribute name="scale" value="0.80000000000000004"/>
@@ -777,6 +778,7 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will be accurate to 1 decimal place.</property>
+ <property name="max_width_chars">60</property>
<property name="wrap">True</property>
<attributes>
<attribute name="scale" value="0.80000000000000004"/>