mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:07:35 +00:00
TerminalSettings: Expose a CheckBox controlling scrollbar visibility
This commit is contained in:
parent
0e26ba59f7
commit
ab4035e227
3 changed files with 18 additions and 0 deletions
|
@ -53,6 +53,11 @@
|
|||
margins: [16, 8, 8]
|
||||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
name: "terminal_show_scrollbar"
|
||||
text: "Show scrollbar"
|
||||
}
|
||||
|
||||
@GUI::SpinBox {
|
||||
name: "history_size_spinbox"
|
||||
min: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue