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

fix for non-default fontsize

parent b4c86aec
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ helpWindow::helpWindow()
o->box(FL_DOWN_BOX);
o->color(FL_BACKGROUND2_COLOR);
search = new Fl_Input
(3 * WB + 2 * BW + 25, WB + 2, BW - 27, BH - 4, "@gmsh_search");
(3 * WB + 2 * BW + BH, WB + 2, BW - BH - 2, BH - 4, "@gmsh_search");
search->box(FL_FLAT_BOX);
search->callback(help_options_cb);
search->when(FL_WHEN_CHANGED);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment