[gnome-contacts] ContactPane: fix GtkLabel wrapping
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] ContactPane: fix GtkLabel wrapping
- Date: Mon, 7 Apr 2014 20:55:32 +0000 (UTC)
commit f97a2a5a5070d110b5cf749d466b0f0dfe8d8a7f
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Mon Apr 7 16:51:12 2014 -0400
ContactPane: fix GtkLabel wrapping
Show suggestion box when available
Fixed: https://bugzilla.gnome.org/show_bug.cgi?id=727435
src/contacts-contact-pane.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 2f03173..4d22ddf 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -146,6 +146,7 @@ public class Contacts.ContactPane : Notebook {
label.set_valign (Align.START);
label.set_halign (Align.START);
label.set_line_wrap (true);
+ label.width_chars = 20;
label.set_line_wrap_mode (Pango.WrapMode.WORD_CHAR);
label.set_hexpand (true);
label.margin_top = 24;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]