Applications: Make settings outer margins and spacing consistent

This commit is contained in:
FrHun 2022-07-05 17:06:42 +02:00 committed by Andreas Kling
parent 25ffe234ac
commit c79e3e5a8b
7 changed files with 7 additions and 12 deletions

View file

@ -1,8 +1,7 @@
@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
spacing: 5
margins: [8]
}
@GUI::GroupBox {

View file

@ -1,8 +1,7 @@
@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
spacing: 5
margins: [8]
}
@GUI::CheckBox {

View file

@ -1,8 +1,7 @@
@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
spacing: 5
margins: [8]
}
@GUI::GroupBox {

View file

@ -1,8 +1,7 @@
@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
spacing: 5
margins: [8]
}
@GUI::GroupBox {

View file

@ -1,7 +1,7 @@
@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
margins: [8]
}
@GUI::Frame {

View file

@ -1,8 +1,7 @@
@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
spacing: 5
margins: [8]
}
@GUI::GroupBox {

View file

@ -1,7 +1,7 @@
@GUI::Frame {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [10]
margins: [8]
}
@GUI::GroupBox {