mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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 {
|
@GUI::GroupBox {
|
||||||
title: "Bell Mode"
|
title: "Bell Mode"
|
||||||
preferred_height: "fit"
|
preferred_height: "fit"
|
||||||
fixed_height: 160
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [16, 8, 8]
|
margins: [8]
|
||||||
spacing: 16
|
spacing: 8
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Label {
|
@GUI::Label {
|
||||||
|
@ -46,7 +45,7 @@
|
||||||
title: "Scrollback Size (Lines)"
|
title: "Scrollback Size (Lines)"
|
||||||
preferred_height: "fit"
|
preferred_height: "fit"
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [16, 8, 8]
|
margins: [8]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::CheckBox {
|
@GUI::CheckBox {
|
||||||
|
@ -66,7 +65,7 @@
|
||||||
title: "Exit Behaviour"
|
title: "Exit Behaviour"
|
||||||
preferred_height: "fit"
|
preferred_height: "fit"
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [16, 8, 8]
|
margins: [8]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::CheckBox {
|
@GUI::CheckBox {
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
title: "Background Opacity"
|
title: "Background Opacity"
|
||||||
preferred_height: "fit"
|
preferred_height: "fit"
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [16, 8, 8]
|
margins: [8]
|
||||||
spacing: 16
|
spacing: 8
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::HorizontalOpacitySlider {
|
@GUI::HorizontalOpacitySlider {
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
title: "Terminal Font"
|
title: "Terminal Font"
|
||||||
preferred_height: "fit"
|
preferred_height: "fit"
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [16, 8, 8]
|
margins: [8]
|
||||||
spacing: 16
|
spacing: 8
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::CheckBox {
|
@GUI::CheckBox {
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
title: "Cursor Settings"
|
title: "Cursor Settings"
|
||||||
preferred_height: "fit"
|
preferred_height: "fit"
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [16, 8, 8]
|
margins: [8]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::RadioButton {
|
@GUI::RadioButton {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue