mirror of
https://github.com/fltk/fltk.git
synced 2026-02-06 08:21:40 +08:00
Limit test/terminal window size
Prevents window from squishing buttons horizontally. Allows tty height to shrink to no less than a single line.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user