1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:37:34 +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

@ -237,7 +237,7 @@
@GUI::GroupBox {
layout: @GUI::VerticalBoxLayout {
margins: [8]
margins: [6]
}
@GUI::Widget {

View file

@ -6,7 +6,7 @@
@GUI::GroupBox {
layout: @GUI::VerticalBoxLayout {
margins: [8]
margins: [6]
}
@GUI::TableView {

View file

@ -6,7 +6,7 @@
@GUI::GroupBox {
layout: @GUI::VerticalBoxLayout {
margins: [8]
margins: [6]
}
@GUI::TableView {

View file

@ -7,7 +7,7 @@
@GUI::GroupBox {
fixed_height: 129
layout: @GUI::VerticalBoxLayout {
margins: [8]
margins: [6]
}
@GUI::GroupBox {
@ -92,7 +92,7 @@
@GUI::GroupBox {
layout: @GUI::HorizontalBoxLayout {
margins: [8]
margins: [6]
}
@GUI::VerticalProgressbar {
@ -140,7 +140,7 @@
@GUI::GroupBox {
layout: @GUI::VerticalBoxLayout {
margins: [8]
margins: [6]
}
@GUI::Widget {

View file

@ -6,7 +6,7 @@
@GUI::GroupBox {
layout: @GUI::VerticalBoxLayout {
margins: [8]
margins: [6]
}
@GUI::Button {