diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-07 00:15:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-07 00:48:59 +0200 |
| commit | 6693132ed6fb863fdff496f42028d25f55eb8bc4 (patch) | |
| tree | 71befcaf0ec938c86477ac2044c58e42f3d35a9f /src | |
| parent | 7bdffaa2ba415f43ffa49f67bf8f921e0b62f79c (diff) | |
Use "Colour" not "Colour conversion" as a label name.osx-alignment
In English, at least, the excessive length of this label really
screws up the layout.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/video_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 5d67bc99c..e3c12b4ae 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -171,7 +171,7 @@ VideoPanel::VideoPanel (ContentPanel* p) _scale_custom = new wxRadioButton (this, wxID_ANY, _("custom")); _scale_custom_edit = new Button (this, _("Edit..."), wxDefaultPosition, small_button_size(this, _("Edit..."))); - _colour_conversion_label = create_label (this, _("Colour conversion"), true); + _colour_conversion_label = create_label (this, _("Colour"), true); _colour_conversion = new wxChoice (this, wxID_ANY, wxDefaultPosition, size); _colour_conversion->Append (_("None")); for (auto const& i: PresetColourConversion::all()) { |
