1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:17:47 +00:00

Applications: Use title-case for group box titles in settings

Capitalization was quite inconsistent, even amongst single settings
applications. This aligns group box titles to all be title case.
This commit is contained in:
Timothy Flynn 2022-10-04 13:07:18 -04:00 committed by Linus Groh
parent 5d15fdd6e6
commit 08ce8cb996
6 changed files with 12 additions and 12 deletions

View file

@ -59,7 +59,7 @@
}
@GUI::GroupBox {
title: "Test input"
title: "Test Input"
layout: @GUI::HorizontalBoxLayout {
margins: [16, 8, 8]
spacing: 16