diff --git a/INSTALL.md b/INSTALL.md index 42a51fe..8e61e4b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -36,7 +36,7 @@ If the pre-built release already works for you, you don't have to build it yours ### Install dependencies -You need at least g++ 7 for C++17 `` support. +You need at least g++ 7 for C++17 support. #### Ubuntu/Debian diff --git a/screenshot.png b/screenshot.png index 7c5b564..a8a90ed 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/src/main-window.cpp b/src/main-window.cpp index 48d254a..de2f4a6 100644 --- a/src/main-window.cpp +++ b/src/main-window.cpp @@ -99,7 +99,7 @@ Main_Window::Main_Window(int x, int y, int w, int h, const char *) : Fl_Overlay_ _grid_tb = new Toolbar_Toggle_Button(0, 0, 24, 24); _rainbow_tiles_tb = new Toolbar_Toggle_Button(0, 0, 24, 24); _bold_palettes_tb = new Toolbar_Toggle_Button(0, 0, 24, 24); - new Fl_Box(0, 0, 4, 24); new Spacer(0, 0, 2, 24); new Fl_Box(0, 0, 2, 24); + new Fl_Box(0, 0, 2, 24); new Spacer(0, 0, 2, 24); new Fl_Box(0, 0, 2, 24); int wgt_w = text_width("Width:", 4); _width_heading = new Label(0, 0, wgt_w, 24, "Width:"); wgt_w = text_width("9999", 2) + 15;