mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue