From b579b4754c890e95f6f5104106b54b0638426008 Mon Sep 17 00:00:00 2001 From: martynshaw99 Date: Sun, 21 Aug 2011 00:15:14 +0000 Subject: [PATCH] Allow resizing of the 'Select Command' dialog, a pre-cursor to committing Leland's patch for letting Nyquist commands in here. --- src/BatchCommandDialog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/BatchCommandDialog.cpp b/src/BatchCommandDialog.cpp index 49a8f1ffe..b0268e1ae 100644 --- a/src/BatchCommandDialog.cpp +++ b/src/BatchCommandDialog.cpp @@ -56,8 +56,7 @@ END_EVENT_TABLE(); BatchCommandDialog::BatchCommandDialog(wxWindow * parent, wxWindowID id): wxDialog(parent, id, _("Select Command"), wxDefaultPosition, wxSize(250,200), - wxCAPTION) -// wxCAPTION | wxTHICK_FRAME) + wxCAPTION | wxRESIZE_BORDER) { SetLabel(_("Select Command")); // Provide visual label SetName(_("Select Command")); // Provide audible label