mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
FontEditor: change "Mean Line:" label to "Mean line:"
Matches the case used in other labels in the app.
This commit is contained in:
parent
42a8f99374
commit
40f6dfeacc
Notes:
sideshowbarker
2024-07-18 22:53:44 +09:00
Author: https://github.com/nico
Commit: 40f6dfeacc
Pull-request: https://github.com/SerenityOS/serenity/pull/5094
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ FontEditorWidget::FontEditorWidget(const String& path, RefPtr<Gfx::BitmapFont>&&
|
|||
auto& mean_line_label = mean_line_container.add<GUI::Label>();
|
||||
mean_line_label.set_fixed_width(100);
|
||||
mean_line_label.set_text_alignment(Gfx::TextAlignment::CenterLeft);
|
||||
mean_line_label.set_text("Mean Line:");
|
||||
mean_line_label.set_text("Mean line:");
|
||||
|
||||
auto& mean_line_spinbox = mean_line_container.add<GUI::SpinBox>();
|
||||
mean_line_spinbox.set_min(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue