padOsd: Fix .allocate() call
This was not updated to the API change in commit 9a8ced9f5b
.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1290
This commit is contained in:
parent
55c287280b
commit
2a8eea1ff5
@ -415,7 +415,7 @@ var PadDiagram = GObject.registerClass({
|
|||||||
|
|
||||||
childBox.y1 = y - natHeight / 2;
|
childBox.y1 = y - natHeight / 2;
|
||||||
childBox.y2 = y + natHeight / 2;
|
childBox.y2 = y + natHeight / 2;
|
||||||
child.allocate(childBox, 0);
|
child.allocate(childBox);
|
||||||
}
|
}
|
||||||
|
|
||||||
vfunc_allocate(box) {
|
vfunc_allocate(box) {
|
||||||
|
Loading…
Reference in New Issue
Block a user