C++11 tidying.
[dcpomatic.git] / src / wx / video_panel.cc
index f1b6a006b4e3ea4670f2be6dbcd8506decfb562f..e3c12b4ae5035d2b0fd73063296edfd047706068 100644 (file)
@@ -95,7 +95,7 @@ VideoPanel::VideoPanel (ContentPanel* p)
        int const link_height = 32;
 #elif defined(DCPOMATIC_OSX)
        int const crop_width = 56;
-       int const link_width = 19;
+       int const link_width = 23;
        int const link_height = 28;
 #else
        int const crop_width = 56;
@@ -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()) {