mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +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
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