diff --git a/src/goptions.cxx b/src/goptions.cxx index da421b1..121b75d 100644 --- a/src/goptions.cxx +++ b/src/goptions.cxx @@ -204,6 +204,8 @@ ControllerUI::ControllerUI(int x, int y, int w, int h, std::string n, int ID) scroll->end(); scroll->box( FL_DOWN_FRAME ); scroll->type( Fl_Scroll::VERTICAL_ALWAYS ); + + widget->resizable( scroll ); } widget->end(); @@ -361,6 +363,8 @@ OptionsWindow::OptionsWindow() tabs = new Fl_Tabs(0, 0, 400, 400); + window->resizable( tabs ); + int x, y, w, h; tabs->client_area( x, y, w, h, 25 );