mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:57:34 +00:00
FontEditor: Fix minor margin inconsistency
This commit is contained in:
parent
3d6acc6567
commit
033c14e574
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
title: "Metadata"
|
title: "Metadata"
|
||||||
fixed_height: 220
|
fixed_height: 220
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [8, 16, 8, 4]
|
margins: [8, 16, 8, 8]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue