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
This commit is contained in:
Florian Müllner
2020-05-28 02:46:06 +02:00
parent 867ace0b0a
commit 8c53fd9590
@@ -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));