mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 19:10:26 +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: https://github.com/SerenityOS/serenity/commit/96dee93d3f3 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 {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
spacing: 2
|
||||
}
|
||||
|
||||
@GUI::ToolbarContainer {
|
||||
|
@ -74,7 +75,7 @@
|
|||
title: "Metadata"
|
||||
fixed_height: 220
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [8, 16, 8, 8]
|
||||
margins: [16, 8, 8, 8]
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
|
|
Loading…
Reference in a new issue