From f53635433037abdeff8e4c4dffc6c1a6b951d735 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Thu, 24 Mar 2016 10:02:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20by=20Mat=C4=9Bj=20Fiala=20for=20bug=20116?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Matěj Fiala for this fix. --- src/prefs/ExtImportPrefs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prefs/ExtImportPrefs.cpp b/src/prefs/ExtImportPrefs.cpp index f08de0e65..b7cabf912 100644 --- a/src/prefs/ExtImportPrefs.cpp +++ b/src/prefs/ExtImportPrefs.cpp @@ -133,6 +133,7 @@ void ExtImportPrefs::PopulateOrExchange(ShuttleGui & S) PluginList->SetSingleStyle (wxLC_SINGLE_SEL, true); PluginList->InsertColumn (0, _("Importer order")); PluginList->SetDropTarget (dragtarget2); + PluginList->SetColumnWidth (0, wxLIST_AUTOSIZE_USEHEADER); ExtImportItems *items = Importer::Get().GetImportItems(); for (unsigned int i = 0; i < items->Count(); i++)