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

*** empty log message ***

parent e4bb5529
No related branches found
No related tags found
No related merge requests found
// $Id: GUI.cpp,v 1.64 2001-05-03 00:09:42 geuzaine Exp $
// $Id: GUI.cpp,v 1.65 2001-05-03 08:47:52 geuzaine Exp $
// To make the interface as visually consistent as possible, please:
// - use the BH, BW, WB, IW values for button heights/widths, window borders, etc.
......@@ -2347,7 +2347,7 @@ void GUI::create_getdp_window(){
if(!init_getdp_window){
init_getdp_window = 1 ;
int width = 25*CTX.fontsize;
int width = 24*CTX.fontsize;
int height = 5*WB+9*BH + WB;
getdp_window = new Fl_Window(width,height);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment