summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2024-01-03 23:08:18 -0800
committerGreg Ercolano <erco@seriss.com>2024-01-03 23:08:18 -0800
commit04bf5c5a3405d601f7eb7ffc337a53e3dbb107ae (patch)
treec5fb515bf1900bf799308e36b372e75fb5404ad3
parent71d3cdd337e4a5f43bb61b75adab267f74d5f60a (diff)
Limit test/terminal window size
Prevents window from squishing buttons horizontally. Allows tty height to shrink to no less than a single line.
-rw-r--r--test/terminal.fl4
1 files changed, 2 insertions, 2 deletions
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}