diff options
| author | Greg Ercolano <erco@seriss.com> | 2024-01-03 23:08:18 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2024-01-03 23:08:18 -0800 |
| commit | 04bf5c5a3405d601f7eb7ffc337a53e3dbb107ae (patch) | |
| tree | c5fb515bf1900bf799308e36b372e75fb5404ad3 /test | |
| parent | 71d3cdd337e4a5f43bb61b75adab267f74d5f60a (diff) | |
Limit test/terminal window size
Prevents window from squishing buttons horizontally.
Allows tty height to shrink to no less than a single line.
Diffstat (limited to 'test')
| -rw-r--r-- | test/terminal.fl | 4 |
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} |
