[polari] appNotifications: Disable line wrapping
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] appNotifications: Disable line wrapping
- Date: Mon, 28 Oct 2013 22:26:06 +0000 (UTC)
commit 078ca8dbd56d07a7d7afdf376159ae0f76318b4c
Author: Florian Müllner <fmuellner gnome org>
Date: Mon Oct 28 23:00:15 2013 +0100
appNotifications: Disable line wrapping
It confuses current versions of GTK+ and results in the notification
not showing up at all.
src/appNotifications.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/appNotifications.js b/src/appNotifications.js
index e292d30..d8b1648 100644
--- a/src/appNotifications.js
+++ b/src/appNotifications.js
@@ -51,8 +51,6 @@ const SimpleOutput = new Lang.Class({
this.parent();
let label = new Gtk.Label({ label: text,
- wrap: true,
- wrap_mode: Pango.WrapMode.WORD,
vexpand: true,
visible: true });
this.widget.add(label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]