1
Fork 0
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:
FrHun 2021-07-27 20:50:19 +02:00 committed by Andreas Kling
parent 3d6acc6567
commit 033c14e574

View file

@ -74,7 +74,7 @@
title: "Metadata"
fixed_height: 220
layout: @GUI::VerticalBoxLayout {
margins: [8, 16, 8, 4]
margins: [8, 16, 8, 8]
}
@GUI::Widget {