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

*** empty log message ***

parent 60a5368c
No related branches found
No related tags found
No related merge requests found
// $Id: GUI_Extras.cpp,v 1.17 2006-08-08 04:35:23 geuzaine Exp $ // $Id: GUI_Extras.cpp,v 1.18 2006-08-08 04:42:43 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -539,7 +539,7 @@ int msh_dialog(char *name) ...@@ -539,7 +539,7 @@ int msh_dialog(char *name)
if(!dialog){ if(!dialog){
dialog = new _msh_dialog; dialog = new _msh_dialog;
int h = 3*10 + 25 + 3*25, y = 0; int h = 3*10 + 25 + 2*25, y = 0;
// not a "Dialog_Window" since it is modal // not a "Dialog_Window" since it is modal
dialog->window = new Fl_Double_Window(200, h, "MSH Options"); y = 10; dialog->window = new Fl_Double_Window(200, h, "MSH Options"); y = 10;
dialog->window->box(GMSH_WINDOW_BOX); dialog->window->box(GMSH_WINDOW_BOX);
......
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