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:
thankyouverycool 2021-08-26 18:06:10 -04:00 committed by Andreas Kling
parent e8e7c59c34
commit 96dee93d3f
Notes: sideshowbarker 2024-07-18 05:14:37 +09:00

View file

@ -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 {