From 95afeddc27601a42c1438f4a83fe2e0312698475 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 4 Jan 2010 17:14:08 +0000 Subject: [PATCH] Make sure that the size of the checkboxes is initialized correctly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32763 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiProgressView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiProgressView.cpp b/src/frontends/qt4/GuiProgressView.cpp index 3ca2e7b187..2da0aea880 100644 --- a/src/frontends/qt4/GuiProgressView.cpp +++ b/src/frontends/qt4/GuiProgressView.cpp @@ -84,7 +84,7 @@ GuiProgressView::GuiProgressView(GuiView & parent, Qt::DockWidgetArea area, level_buttons << box; connect(box, SIGNAL(stateChanged(int)), this, SLOT(levelChanged())); } - + widget_->settingsLayout->activate(); GuiProgress * progress = dynamic_cast(ProgressInterface::instance());