1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:27:46 +00:00

Applications: Remove border from GroupBox margins

This commit is contained in:
FrHun 2021-09-15 17:56:01 +02:00 committed by Andreas Kling
parent a21ea5f10f
commit 54605794f9
20 changed files with 33 additions and 39 deletions

View file

@ -10,7 +10,7 @@
shrink_to_fit: true
layout: @GUI::VerticalBoxLayout {
margins: [16, 6, 6]
margins: [4]
}
@GUI::RadioButton {
@ -34,7 +34,7 @@
shrink_to_fit: true
layout: @GUI::VerticalBoxLayout {
margins: [16, 6, 6]
margins: [4]
}
@GUI::OpacitySlider {
@ -50,7 +50,7 @@
shrink_to_fit: true
layout: @GUI::VerticalBoxLayout {
margins: [16, 6, 6]
margins: [4]
}
@GUI::SpinBox {
@ -66,7 +66,7 @@
shrink_to_fit: true
layout: @GUI::VerticalBoxLayout {
margins: [16, 6, 6]
margins: [4]
}
@GUI::ComboBox {