mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00: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: 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