summaryrefslogtreecommitdiff
path: root/test/unittests.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-25 18:20:02 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-25 18:20:08 +0100
commit34ed30fe1a710f6294e23003aa385bd6da6cb326 (patch)
tree4fb8628a64a3c2943b23a9f7646206cb38bba69a /test/unittests.cxx
parent00808500926af83a531fc1fdc0b2df9716743e8b (diff)
Adds `linespacing()` to `Fl_Browser_` and all derived widgets
Diffstat (limited to 'test/unittests.cxx')
-rw-r--r--test/unittests.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unittests.cxx b/test/unittests.cxx
index 4783c223e..12776d670 100644
--- a/test/unittests.cxx
+++ b/test/unittests.cxx
@@ -454,6 +454,7 @@ int main(int argc, char** argv) {
browser->align(FL_ALIGN_TOP|FL_ALIGN_LEFT);
browser->when(FL_WHEN_CHANGED);
browser->callback(ui_browser_cb);
+ browser->linespacing(2);
int n = UnitTest::num_tests();
for (i=0; i<n; i++) {