mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
Terminal: Use shrink-to-fit in the settings window
This commit is contained in:
parent
ded4d576df
commit
5db34848fe
Notes:
sideshowbarker
2024-07-19 00:07:45 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5db34848fec
@ -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…
Reference in New Issue
Block a user