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

tweak

parent ea4e6f19
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ static void numberOrStringChooser(const std::string &category, int index, ...@@ -38,7 +38,7 @@ static void numberOrStringChooser(const std::string &category, int index,
StringOption(GMSH_GET, category.c_str(), index, name.c_str(), vals); StringOption(GMSH_GET, category.c_str(), index, name.c_str(), vals);
int width = 4 * BB, height = BH; int width = 4 * BB, height = BH;
int BB1 = (int)(3. * BB / 4.), BB2 = 2 * BB - BB1; int BB1 = (int)(3. * BB / 4.), BB2 = 2 * BB - BB1;
Fl_Double_Window *win = new Fl_Double_Window(width, height, "Set Value"); Fl_Window *win = new paletteWindow(width, height, false, "Set Value");
win->border(0); win->border(0);
win->set_modal(); win->set_modal();
win->position(Fl::event_x_root() - BB, Fl::event_y_root() - BH / 2); win->position(Fl::event_x_root() - BB, Fl::event_y_root() - BH / 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment