[empathy] contact-widget: right align contact info fields
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] contact-widget: right align contact info fields
- Date: Fri, 16 Mar 2012 09:30:45 +0000 (UTC)
commit ee98d8feb897a7151542cc3998a7e73c86ef86a7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Mar 14 12:17:18 2012 +0100
contact-widget: right align contact info fields
https://bugzilla.gnome.org/show_bug.cgi?id=672037
libempathy-gtk/empathy-contact-widget.c | 2 +-
libempathy-gtk/empathy-contact-widget.ui | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index e44772a..90cb31f 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -421,7 +421,7 @@ contact_widget_details_update_edit (EmpathyContactWidget *information)
gtk_grid_attach (GTK_GRID (information->grid_details),
w, 0, n_rows, 1, 1);
- gtk_misc_set_alignment (GTK_MISC (w), 0, 0.5);
+ gtk_misc_set_alignment (GTK_MISC (w), 1, 0.5);
gtk_widget_show (w);
/* Add Value */
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui
index c6cb7a5..0954ac7 100644
--- a/libempathy-gtk/empathy-contact-widget.ui
+++ b/libempathy-gtk/empathy-contact-widget.ui
@@ -12,7 +12,7 @@
<child>
<object class="GtkLabel" id="label_left_account">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="label" translatable="yes">Account:</property>
</object>
<packing>
@@ -21,7 +21,7 @@
<child>
<object class="GtkLabel" id="label655">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="label" translatable="yes" comments="Identifier to connect to Instant Messaging network">Identifier:</property>
</object>
<packing>
@@ -32,7 +32,7 @@
<child>
<object class="GtkLabel" id="label_alias">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="label" translatable="yes">Alias:</property>
</object>
<packing>
@@ -258,7 +258,7 @@
<child>
<object class="GtkLabel" id="label668">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes">OS:</property>
</object>
@@ -269,7 +269,7 @@
<child>
<object class="GtkLabel" id="label667">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes">Version:</property>
</object>
@@ -280,7 +280,7 @@
<child>
<object class="GtkLabel" id="label666">
<property name="visible">True</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes">Client:</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]