mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
TerminalSettings: Adjust layouts
Remove assymmetric vertical padding in various places.
This commit is contained in:
parent
165b077815
commit
df0bf51441
2 changed files with 9 additions and 10 deletions
|
@ -8,10 +8,9 @@
|
|||
@GUI::GroupBox {
|
||||
title: "Bell Mode"
|
||||
preferred_height: "fit"
|
||||
fixed_height: 160
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
spacing: 16
|
||||
margins: [8]
|
||||
spacing: 8
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -46,7 +45,7 @@
|
|||
title: "Scrollback Size (Lines)"
|
||||
preferred_height: "fit"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
margins: [8]
|
||||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
|
@ -66,7 +65,7 @@
|
|||
title: "Exit Behaviour"
|
||||
preferred_height: "fit"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
margins: [8]
|
||||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
title: "Background Opacity"
|
||||
preferred_height: "fit"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
spacing: 16
|
||||
margins: [8]
|
||||
spacing: 8
|
||||
}
|
||||
|
||||
@GUI::HorizontalOpacitySlider {
|
||||
|
@ -25,8 +25,8 @@
|
|||
title: "Terminal Font"
|
||||
preferred_height: "fit"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
spacing: 16
|
||||
margins: [8]
|
||||
spacing: 8
|
||||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
|
@ -62,7 +62,7 @@
|
|||
title: "Cursor Settings"
|
||||
preferred_height: "fit"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
margins: [8]
|
||||
}
|
||||
|
||||
@GUI::RadioButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue