mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:07:35 +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:
parent
5d15fdd6e6
commit
08ce8cb996
6 changed files with 12 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "Preferred first day of week"
|
||||
title: "Preferred First Day of Week"
|
||||
fixed_height: 72
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "Default view"
|
||||
title: "Default View"
|
||||
fixed_height: 72
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue