mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
No vertical restrictions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32985 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1fd7e3fe11
commit
26255aeaa5
@ -52,7 +52,6 @@ GuiProgressView::GuiProgressView(GuiView & parent, Qt::DockWidgetArea area,
|
|||||||
: DockView(parent, "progress", qt_("Progress/Debug Messages"), area, flags)
|
: DockView(parent, "progress", qt_("Progress/Debug Messages"), area, flags)
|
||||||
{
|
{
|
||||||
widget_ = new ProgressViewWidget();
|
widget_ = new ProgressViewWidget();
|
||||||
widget_->setMinimumHeight(150);
|
|
||||||
widget_->adjustSize();
|
widget_->adjustSize();
|
||||||
setWidget(widget_);
|
setWidget(widget_);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user