diff options
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index 488becaf1..5928d6077 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -125,11 +125,11 @@ <child> <object class="GtkCheckButton" id="checkbutton_tel"> <property name="label" translatable="yes">Use this account to call _landlines and mobile phones</property> - <property name="use_underline">True</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_action_appearance">False</property> + <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> @@ -137,6 +137,7 @@ <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> + <property name="y_options"></property> </packing> </child> <child> |