mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 22:59:33 +00:00
Applications: Remove border from GroupBox margins
This commit is contained in:
parent
a21ea5f10f
commit
54605794f9
Notes:
sideshowbarker
2024-07-18 01:31:29 +09:00
Author: https://github.com/frhun
Commit: 54605794f9
Pull-request: https://github.com/SerenityOS/serenity/pull/10246
Issue: https://github.com/SerenityOS/serenity/issues/5887
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
20 changed files with 33 additions and 39 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue