diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-18 22:48:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-23 23:06:37 +0800 |
commit | 4a2c2ba5f988b0f716f85cfcde22f67663b4984a (patch) | |
tree | c9bb02a01f861ef8b7b6ef92b01ac98c45f95125 | |
parent | 02f43d5ef0ed93d0699b3093e13c46bb129256ef (diff) | |
download | gsoc2013-empathy-4a2c2ba5f988b0f716f85cfcde22f67663b4984a.tar gsoc2013-empathy-4a2c2ba5f988b0f716f85cfcde22f67663b4984a.tar.gz gsoc2013-empathy-4a2c2ba5f988b0f716f85cfcde22f67663b4984a.tar.bz2 gsoc2013-empathy-4a2c2ba5f988b0f716f85cfcde22f67663b4984a.tar.lz gsoc2013-empathy-4a2c2ba5f988b0f716f85cfcde22f67663b4984a.tar.xz gsoc2013-empathy-4a2c2ba5f988b0f716f85cfcde22f67663b4984a.tar.zst gsoc2013-empathy-4a2c2ba5f988b0f716f85cfcde22f67663b4984a.zip |
indent the STUN Server/Port label under the checkbox
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index 19db5e2b7..7e83d37fb 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -266,7 +266,7 @@ username.</property> <child> <object class="GtkAlignment" id="alignment6"> <property name="visible">True</property> - <property name="left_padding">12</property> + <property name="left_padding">24</property> <child> <object class="GtkLabel" id="label_stun-port"> <property name="visible">True</property> @@ -286,7 +286,7 @@ username.</property> <child> <object class="GtkAlignment" id="alignment7"> <property name="visible">True</property> - <property name="left_padding">12</property> + <property name="left_padding">24</property> <child> <object class="GtkLabel" id="label_stun-server"> <property name="visible">True</property> |