mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:47:34 +00:00
Applications: Remove border from GroupBox margins
This commit is contained in:
parent
a21ea5f10f
commit
54605794f9
20 changed files with 33 additions and 39 deletions
|
@ -11,7 +11,7 @@
|
|||
fixed_height: 110
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
margins: [6]
|
||||
spacing: 2
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
|||
fixed_height: 110
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
margins: [6]
|
||||
spacing: 2
|
||||
}
|
||||
|
||||
|
@ -114,7 +114,7 @@
|
|||
fixed_height: 110
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
margins: [6]
|
||||
spacing: 2
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue