mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
Applications: Make settings outer margins and spacing consistent
This commit is contained in:
parent
25ffe234ac
commit
c79e3e5a8b
7 changed files with 7 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [10]
|
margins: [8]
|
||||||
spacing: 5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [10]
|
margins: [8]
|
||||||
spacing: 5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::CheckBox {
|
@GUI::CheckBox {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [10]
|
margins: [8]
|
||||||
spacing: 5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [10]
|
margins: [8]
|
||||||
spacing: 5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [10]
|
margins: [8]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [10]
|
margins: [8]
|
||||||
spacing: 5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [10]
|
margins: [8]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::GroupBox {
|
@GUI::GroupBox {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue