diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/layoutcell.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/widgets/layoutcell.h b/src/gui/widgets/layoutcell.h index e6404cfde..3d7d4d9d7 100644 --- a/src/gui/widgets/layoutcell.h +++ b/src/gui/widgets/layoutcell.h @@ -92,8 +92,10 @@ class LayoutCell notfinal * @see LayoutArray::place */ LayoutCell &place(Widget *const wg, - const int x, const int y, - const int w = 1, const int h = 1); + const int x, + const int y, + const int w, + const int h); /** * @see LayoutArray::matchColWidth |