From 34ed30fe1a710f6294e23003aa385bd6da6cb326 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 25 Nov 2023 18:20:02 +0100 Subject: Adds `linespacing()` to `Fl_Browser_` and all derived widgets --- fltk-options/fltk-options.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fltk-options/fltk-options.cxx') diff --git a/fltk-options/fltk-options.cxx b/fltk-options/fltk-options.cxx index d7ba73039..0e68a5b13 100644 --- a/fltk-options/fltk-options.cxx +++ b/fltk-options/fltk-options.cxx @@ -644,6 +644,7 @@ Fl_Window* build_ui() { "Groups"); g_headline_browser->align(FL_ALIGN_TOP); g_headline_browser->textsize(FL_NORMAL_SIZE+1); + g_headline_browser->linespacing(4); add_headlines(g_headline_browser); // -- scrollable area for all options inside a group g_option_scroll = new Fl_Scroll(FO_GAP + FO_BROWSER_W + FO_GAP, FO_GAP + FO_TITLE_H, -- cgit v1.2.3