From 04bf5c5a3405d601f7eb7ffc337a53e3dbb107ae Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 3 Jan 2024 23:08:18 -0800 Subject: Limit test/terminal window size Prevents window from squishing buttons horizontally. Allows tty height to shrink to no less than a single line. --- test/terminal.fl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/terminal.fl b/test/terminal.fl index 01d0ea8ea..1110080ff 100644 --- a/test/terminal.fl +++ b/test/terminal.fl @@ -1520,8 +1520,8 @@ G_tty->output_translate(Fl_Terminal::OutFlags(out));} {} } { Fl_Window win { label {Fl_Terminal Test} - callback {exit(0);} open - xywh {421 64 897 838} type Double visible + callback {exit(0);} open selected + xywh {938 64 897 838} type Double size_range {897 330 0 0} visible } { Fl_Spinner scrollhistory_input { label {Scroll History} -- cgit v1.2.3