Use "Colour" not "Colour conversion" as a label name. osx-alignment
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Jun 2021 22:15:48 +0000 (00:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Jun 2021 22:48:59 +0000 (00:48 +0200)
In English, at least, the excessive length of this label really
screws up the layout.

src/wx/video_panel.cc

index 5d67bc99cc989e3c518cc942a52f50d1a69c83a1..e3c12b4ae5035d2b0fd73063296edfd047706068 100644 (file)
@@ -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()) {