[polari] chatView: Stop using deprecated GtkContainer:resize-mode property



commit 36ca58d4a147ef0f500968b72ef27359b7d223a5
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Sep 17 16:15:15 2014 +0200

    chatView: Stop using deprecated GtkContainer:resize-mode property
    
    This used to help with the view's minimum size growing over time,
    but shouldn't be needed anymore since commit 65ce0de0e3abc9de.

 src/chatView.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/chatView.js b/src/chatView.js
index 4758ed6..291a704 100644
--- a/src/chatView.js
+++ b/src/chatView.js
@@ -225,7 +225,6 @@ const ChatView = new Lang.Class({
     _createWidget: function() {
         this.widget = new Gtk.ScrolledWindow({ vexpand: true });
         this.widget.hscrollbar_policy = Gtk.PolicyType.NEVER;
-        this.widget.resize_mode = Gtk.ResizeMode.QUEUE;
 
         this._view = new TextView({ editable: false, cursor_visible: false,
                                     visible: true,


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