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

slightly larger status bar

parent 11376ef8
Branches
Tags
No related merge requests found
...@@ -2795,7 +2795,7 @@ graphicWindow::graphicWindow(bool main, int numTiles, bool detachedMenu) ...@@ -2795,7 +2795,7 @@ graphicWindow::graphicWindow(bool main, int numTiles, bool detachedMenu)
#if defined(__APPLE__) #if defined(__APPLE__)
if(CTX::instance()->systemMenuBar) mh = 0; if(CTX::instance()->systemMenuBar) mh = 0;
#endif #endif
int sh = 2 * FL_NORMAL_SIZE - 5; // status bar height int sh = 2 * FL_NORMAL_SIZE - 3; // status bar height
int sw = FL_NORMAL_SIZE + 2; // status button width int sw = FL_NORMAL_SIZE + 2; // status button width
int mheight = main ? 10 /* dummy, nonzero! */ : 0; int mheight = main ? 10 /* dummy, nonzero! */ : 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment