mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 05:52:19 +00:00
FontEditor: Adjust margins and spacing
Brings vertical spacing in line with most other apps using ToolbarContainers. Fixes GroupBox margins since CSS ordering change.
This commit is contained in:
parent
e8e7c59c34
commit
96dee93d3f
Notes:
sideshowbarker
2024-07-18 05:14:37 +09:00
Author: https://github.com/thankyouverycool
Commit: 96dee93d3f
Pull-request: https://github.com/SerenityOS/serenity/pull/9626
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
|
spacing: 2
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::ToolbarContainer {
|
@GUI::ToolbarContainer {
|
||||||
|
@ -74,7 +75,7 @@
|
||||||
title: "Metadata"
|
title: "Metadata"
|
||||||
fixed_height: 220
|
fixed_height: 220
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [8, 16, 8, 8]
|
margins: [16, 8, 8, 8]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue