Skip to content
Snippets Groups Projects
Commit aa2c2bbb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

onelab

parent 81e5f657
No related branches found
No related tags found
No related merge requests found
...@@ -618,6 +618,7 @@ onelabWindow::onelabWindow(int deltaFontSize) ...@@ -618,6 +618,7 @@ onelabWindow::onelabWindow(int deltaFontSize)
Fl_Box *resbox = new Fl_Box(WB, height - BH - 3 * WB, WB, WB); Fl_Box *resbox = new Fl_Box(WB, height - BH - 3 * WB, WB, WB);
_win->resizable(resbox); _win->resizable(resbox);
_win->size_range(2 * BB + BB / 2 + 4 * WB, 2 * BH + 3 * WB);
_win->position _win->position
(CTX::instance()->solverPosition[0], CTX::instance()->solverPosition[1]); (CTX::instance()->solverPosition[0], CTX::instance()->solverPosition[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment