From a2d5823fce39654bc2de336cb6098f9da9bc232f Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 15 Sep 2010 21:28:03 +0000 Subject: [PATCH] * ./hurricane/src/viewer: - Change: In Controller, adjust to the configuration changes. --- hurricane/src/viewer/ControllerWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurricane/src/viewer/ControllerWidget.cpp b/hurricane/src/viewer/ControllerWidget.cpp index 21c648c2..e660f28e 100644 --- a/hurricane/src/viewer/ControllerWidget.cpp +++ b/hurricane/src/viewer/ControllerWidget.cpp @@ -441,7 +441,7 @@ namespace Hurricane { TabSettings::TabSettings ( QWidget* parent ) : ControllerTab (parent) - , _configuration(Configuration::get()->buildWidget()) + , _configuration(Configuration::get()->buildWidget(ConfigurationWidget::Embedded)) { setContentsMargins ( 5, 0, 5, 5 );