diff options
author | Travis Reitter <treitter@gmail.com> | 2010-03-20 02:14:51 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-03-20 02:14:51 +0800 |
commit | 8644b710942ce2358ee2345ceb6bf35326dab26b (patch) | |
tree | d31576aeda206fd1e410087c01110c86b4739d2b /libempathy-gtk | |
parent | 28002acf167557350bb3710e689f2d5167d6d567 (diff) | |
download | gsoc2013-empathy-8644b710942ce2358ee2345ceb6bf35326dab26b.tar gsoc2013-empathy-8644b710942ce2358ee2345ceb6bf35326dab26b.tar.gz gsoc2013-empathy-8644b710942ce2358ee2345ceb6bf35326dab26b.tar.bz2 gsoc2013-empathy-8644b710942ce2358ee2345ceb6bf35326dab26b.tar.lz gsoc2013-empathy-8644b710942ce2358ee2345ceb6bf35326dab26b.tar.xz gsoc2013-empathy-8644b710942ce2358ee2345ceb6bf35326dab26b.tar.zst gsoc2013-empathy-8644b710942ce2358ee2345ceb6bf35326dab26b.zip |
Make the account details pane scrollable, in case the Advanced section is too large to fit on the screen all at once. Fixes Gnome bug #613272.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index 76f11de12..3e155588d 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -115,7 +115,7 @@ <property name="label" translatable="yes"><b>Example:</b> user@jabber.org</property> <property name="use_markup">True</property> <attributes> - <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + <attribute name="scale" value="0.800000"/> </attributes> </object> <packing> @@ -129,7 +129,7 @@ <property name="label" translatable="yes"><b>Example:</b> user@gmail.com</property> <property name="use_markup">True</property> <attributes> - <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + <attribute name="scale" value="0.800000"/> </attributes> </object> <packing> @@ -145,7 +145,7 @@ If you are facebook.com/<b>badger</b>, enter <b>badger</b&g Use <a href="http://www.facebook.com/username/">this page</a> to choose a Facebook username if you don't have one.</property> <property name="use_markup">True</property> <attributes> - <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + <attribute name="scale" value="0.800000"/> </attributes> </object> <packing> @@ -155,7 +155,7 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho </object> <packing> <property name="left_attach">1</property> - <property name="right_attach">2</property> + <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> @@ -163,9 +163,6 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <child> <placeholder/> </child> - <child> - <placeholder/> - </child> </object> <packing> <property name="expand">False</property> @@ -468,7 +465,7 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <property name="label" translatable="yes"><b>Example:</b> user@jabber.org</property> <property name="use_markup">True</property> <attributes> - <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + <attribute name="scale" value="0.800000"/> </attributes> </object> <packing> @@ -570,7 +567,7 @@ Use <a href="http://www.facebook.com/username/">this page</a> to cho <property name="label" translatable="yes"><b>Example:</b> user@gmail.com</property> <property name="use_markup">True</property> <attributes> - <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + <attribute name="scale" value="0.800000"/> </attributes> </object> <packing> @@ -664,7 +661,7 @@ If you are facebook.com/<b>badger</b>, enter <b>badger</b&g Use <a href="http://www.facebook.com/username/">this page</a> to choose a Facebook username if you don't have one.</property> <property name="use_markup">True</property> <attributes> - <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + <attribute name="scale" value="0.800000"/> </attributes> </object> <packing> |