1
Fork 0
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:
Brian Gianforcaro 2022-01-14 20:40:30 -08:00 committed by Andreas Kling
parent 0e26ba59f7
commit ab4035e227
3 changed files with 18 additions and 0 deletions

View file

@ -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