[gnome-shell-extensions] workspace-indicator: Stop using obsolete StBin properties



commit 8c53fd95906607d078c71c36821a218cc4e0bbe2
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu May 28 02:24:26 2020 +0200

    workspace-indicator: Stop using obsolete StBin properties
    
    Those properties were deprecated (and made no-ops) last cycle, and
    have now been removed altogether.
    
    https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/122

 extensions/workspace-indicator/extension.js | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/extensions/workspace-indicator/extension.js b/extensions/workspace-indicator/extension.js
index 6ea3eeb..6d13acf 100644
--- a/extensions/workspace-indicator/extension.js
+++ b/extensions/workspace-indicator/extension.js
@@ -112,8 +112,6 @@ class WorkspaceThumbnail extends St.Button {
                 layout_manager: new Clutter.BinLayout(),
                 clip_to_allocation: true,
             }),
-            x_fill: true,
-            y_fill: true,
         });
 
         this.connect('destroy', this._onDestroy.bind(this));


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