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

1400 -> 1440

parent d6160e0e
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class drawContextFltk : public drawContextGlobal{
else{
int w = Fl::w();
if(w <= 1024) return 11;
else if(w <= 1400) return 12;
else if(w <= 1440) return 12;
else if(w <= 1680) return 13;
else if(w <= 1920) return 14;
else return 15;
......
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