mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +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"
|
||||
fixed_height: 220
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [8, 16, 8, 4]
|
||||
margins: [8, 16, 8, 8]
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue