diff --git a/js/ui/padOsd.js b/js/ui/padOsd.js index f69653335..ddeb28e7d 100644 --- a/js/ui/padOsd.js +++ b/js/ui/padOsd.js @@ -415,7 +415,7 @@ var PadDiagram = GObject.registerClass({ childBox.y1 = y - natHeight / 2; childBox.y2 = y + natHeight / 2; - child.allocate(childBox, 0); + child.allocate(childBox); } vfunc_allocate(box) {