FontEditor: Fix minor margin inconsistency

This commit is contained in:
FrHun 2021-07-27 20:50:19 +02:00 committed by Andreas Kling
commit 033c14e574
Notes: sideshowbarker 2024-07-18 08:00:51 +09:00

View file

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