mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 0 additions and 4 deletions
|
|
@ -607,10 +607,6 @@ var WorkspaceThumbnail = GObject.registerClass({
|
|||
|
||||
var ThumbnailsBox = GObject.registerClass({
|
||||
Properties: {
|
||||
'indicator-y': GObject.ParamSpec.double(
|
||||
'indicator-y', 'indicator-y', 'indicator-y',
|
||||
GObject.ParamFlags.READWRITE,
|
||||
0, Infinity, 0),
|
||||
'scale': GObject.ParamSpec.double(
|
||||
'scale', 'scale', 'scale',
|
||||
GObject.ParamFlags.READWRITE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue