mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +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
|
@ -7,7 +7,7 @@
|
|||
|
||||
@GUI::GroupBox {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [24, 16, 6]
|
||||
margins: [14, 14, 4]
|
||||
}
|
||||
|
||||
title: "Workspaces"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
@GUI::GroupBox {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [24, 16, 6]
|
||||
margins: [14, 14, 4]
|
||||
}
|
||||
|
||||
title: "Screen settings"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue