mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
Terminal: Use shrink-to-fit in the settings window
This commit is contained in:
parent
ded4d576df
commit
5db34848fe
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
@GUI::GroupBox {
|
||||
title: "Bell mode"
|
||||
fixed_height: 94
|
||||
shrink_to_fit: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6, 16, 6, 6]
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
@GUI::GroupBox {
|
||||
title: "Background opacity"
|
||||
fixed_height: 50
|
||||
shrink_to_fit: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6, 16, 6, 6]
|
||||
|
@ -47,6 +47,7 @@
|
|||
|
||||
@GUI::GroupBox {
|
||||
title: "Scrollback size (lines)"
|
||||
shrink_to_fit: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6, 16, 6, 6]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue