workspaceThumbnails: Remove obsolete property
Since commit f55ff01239
, the property has been replaced by
an adjustment.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1611>
This commit is contained in:
parent
0064412359
commit
a41e294e21
@ -607,10 +607,6 @@ var WorkspaceThumbnail = GObject.registerClass({
|
|||||||
|
|
||||||
var ThumbnailsBox = GObject.registerClass({
|
var ThumbnailsBox = GObject.registerClass({
|
||||||
Properties: {
|
Properties: {
|
||||||
'indicator-y': GObject.ParamSpec.double(
|
|
||||||
'indicator-y', 'indicator-y', 'indicator-y',
|
|
||||||
GObject.ParamFlags.READWRITE,
|
|
||||||
0, Infinity, 0),
|
|
||||||
'scale': GObject.ParamSpec.double(
|
'scale': GObject.ParamSpec.double(
|
||||||
'scale', 'scale', 'scale',
|
'scale', 'scale', 'scale',
|
||||||
GObject.ParamFlags.READWRITE,
|
GObject.ParamFlags.READWRITE,
|
||||||
|
Loading…
Reference in New Issue
Block a user