Terminal: Use shrink-to-fit in the settings window

This commit is contained in:
Andreas Kling 2021-01-04 18:26:52 +01:00
parent ded4d576df
commit 5db34848fe
Notes: sideshowbarker 2024-07-19 00:07:45 +09:00

View File

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