[gnome-documents] embed: Wrap the secondary error label to deal with long messages



commit 47f4a30b37fe47c1a2ac32fa41cbb3d134e33e28
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Aug 19 11:43:04 2013 +0200

    embed: Wrap the secondary error label to deal with long messages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706290

 src/embed.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index 5e1e047..98a8391 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -105,6 +105,7 @@ const ErrorBox = new Lang.Class({
         this._secondaryLabel =
             new Gtk.Label({ label: '',
                             use_markup: true,
+                            wrap: true,
                             halign: Gtk.Align.CENTER,
                             valign: Gtk.Align.CENTER });
         this.widget.add(this._secondaryLabel);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]