Skip to content

Commit

Permalink
DisplaySettings: Tweak label "Color Name" => "Color"
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Apr 30, 2020
1 parent 977aa39 commit 5bdd050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/DisplaySettings/DisplaySettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void DisplaySettingsWidget::create_frame()
color_label.set_text_alignment(Gfx::TextAlignment::CenterLeft);
color_label.set_size_policy(GUI::SizePolicy::Fixed, GUI::SizePolicy::Fill);
color_label.set_preferred_size({ 70, 0 });
color_label.set_text("Color Name:");
color_label.set_text("Color:");

m_color_input = color_selection_container.add<GUI::ColorInput>();
m_color_input->set_color_has_alpha_channel(false);
Expand Down

0 comments on commit 5bdd050

Please sign in to comment.