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

@ -10,7 +10,7 @@
}
@GUI::GroupBox {
title: "Domain list"
title: "Domain List"
layout: @GUI::VerticalBoxLayout {
margins: [8]
}

View file

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

View file

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

View file

@ -18,7 +18,7 @@
}
@GUI::GroupBox {
title: "Highlight color"
title: "Highlight Color"
preferred_height: "opportunistic_grow"
layout: @GUI::VerticalBoxLayout {
margins: [6]
@ -36,7 +36,7 @@
}
@GUI::GroupBox {
title: "Highlight opacity"
title: "Highlight Opacity"
preferred_height: "opportunistic_grow"
layout: @GUI::VerticalBoxLayout {
margins: [6]
@ -70,7 +70,7 @@
}
@GUI::GroupBox {
title: "Highlight size"
title: "Highlight Size"
preferred_height: "opportunistic_grow"
layout: @GUI::VerticalBoxLayout {
margins: [6]

View file

@ -5,7 +5,7 @@
}
@GUI::GroupBox {
title: "Cursor speed"
title: "Cursor Speed"
fixed_height: 106
layout: @GUI::VerticalBoxLayout {
margins: [6]
@ -53,7 +53,7 @@
}
@GUI::GroupBox {
title: "Scroll wheel step size"
title: "Scroll Wheel Step Size"
fixed_height: 106
layout: @GUI::VerticalBoxLayout {
margins: [6]
@ -105,7 +105,7 @@
}
@GUI::GroupBox {
title: "Double-click speed"
title: "Double-click Speed"
fixed_height: 106
layout: @GUI::VerticalBoxLayout {
margins: [6]
@ -154,7 +154,7 @@
}
@GUI::GroupBox {
title: "Button configuration"
title: "Button Configuration"
fixed_height: 68
layout: @GUI::VerticalBoxLayout {
margins: [16, 8, 8]

View file

@ -59,7 +59,7 @@
}
@GUI::GroupBox {
title: "Cursor settings"
title: "Cursor Settings"
preferred_height: "fit"
layout: @GUI::VerticalBoxLayout {
margins: [16, 8, 8]