last try ... sigh

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4764 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-07-23 15:50:04 +00:00
parent 00c0baf022
commit 85b8c51922

View File

@ -51,7 +51,6 @@ QCommandBuffer::QCommandBuffer(QtView * view, ControlCommandBuffer & control)
edit_->show();
setStretchableWidget(edit_);
setMinimumSize(sizeHint());
show();
connect(edit_, SIGNAL(escapePressed()), this, SLOT(cancel()));