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

tweak

parent d23432f6
No related branches found
No related tags found
No related merge requests found
......@@ -2770,8 +2770,8 @@ graphicWindow::graphicWindow(bool main, int numTiles, bool detachedMenu)
if(main){
_browser = new Fl_Browser(twidth, mh + glheight, glwidth, mheight);
_browser->box(GMSH_SIMPLE_TOP_BOX);
_browser->textfont(FL_COURIER);
_browser->textsize(FL_NORMAL_SIZE - 1);
_browser->textfont(FL_SCREEN);
_browser->textsize(FL_NORMAL_SIZE - 2);
_browser->type(FL_MULTI_BROWSER);
_browser->callback(message_browser_cb, this);
_browser->scrollbar_size(std::max(10, FL_NORMAL_SIZE - 2)); // thinner scrollbars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment