mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
00c0baf022
commit
85b8c51922
@ -51,7 +51,6 @@ QCommandBuffer::QCommandBuffer(QtView * view, ControlCommandBuffer & control)
|
|||||||
edit_->show();
|
edit_->show();
|
||||||
setStretchableWidget(edit_);
|
setStretchableWidget(edit_);
|
||||||
|
|
||||||
setMinimumSize(sizeHint());
|
|
||||||
show();
|
show();
|
||||||
|
|
||||||
connect(edit_, SIGNAL(escapePressed()), this, SLOT(cancel()));
|
connect(edit_, SIGNAL(escapePressed()), this, SLOT(cancel()));
|
||||||
|
Loading…
Reference in New Issue
Block a user