X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.cc;h=6b13675cd802f28ab3d61040874e2f3d950ced85;hp=3fa17353d682948a0a6bef2edf2508725540e87a;hb=106860252a1ac6b76bf13ab6ac968dfb01056305;hpb=9fe8b3599b3dc2fa554dd29d1788145f9237faa4 diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index 3fa17353d..6b13675cd 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -154,8 +154,8 @@ ScreenDialog::ScreenDialog ( ++r; add_label_to_sizer (_sizer, this, _("Filename"), true, wxGBPosition(r, 0)); - _recipient_file = new wxStaticText (this, wxID_ANY, wxT("")); checked_set (_recipient_file, recipient_file.get_value_or("")); + _recipient_file = new wxStaticText(this, wxID_ANY, wxT(""), wxDefaultPosition, wxSize(600, -1), wxST_ELLIPSIZE_MIDDLE | wxST_NO_AUTORESIZE); _sizer->Add (_recipient_file, wxGBPosition(r, 1), wxDefaultSpan, wxALIGN_CENTER_VERTICAL, DCPOMATIC_SIZER_Y_GAP); ++r;