diff options
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.glade')
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.glade | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.glade b/libempathy-gtk/empathy-new-message-dialog.glade index 25f4b2254..b6b4bcd87 100644 --- a/libempathy-gtk/empathy-new-message-dialog.glade +++ b/libempathy-gtk/empathy-new-message-dialog.glade @@ -25,16 +25,13 @@ <placeholder/> </child> <child> - <widget class="GtkEntry" id="entry_id"> + <widget class="GtkLabel" id="label1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Account:</property> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="x_options"></property> </packing> </child> <child> @@ -50,13 +47,16 @@ </packing> </child> <child> - <widget class="GtkLabel" id="label1"> + <widget class="GtkEntry" id="entry_id"> <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Account:</property> + <property name="can_focus">True</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> <packing> - <property name="x_options"></property> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> </packing> </child> </widget> |