From: dmv Date: Mon, 8 Dec 2008 07:55:39 +0000 (+0000) Subject: IPAL20737 Magnitude coloring option is incorrect for Deformed Shape and view differs... X-Git-Tag: V5_1_0rc2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8f3925792e97edb440fe073bfb2930692b249b9;p=modules%2Fvisu.git IPAL20737 Magnitude coloring option is incorrect for Deformed Shape and view differs for Iso Surfaces. --- diff --git a/src/VISUGUI/VisuGUI_VectorsDlg.cxx b/src/VISUGUI/VisuGUI_VectorsDlg.cxx index a8d5a04b..8ede44c7 100644 --- a/src/VISUGUI/VisuGUI_VectorsDlg.cxx +++ b/src/VISUGUI/VisuGUI_VectorsDlg.cxx @@ -117,6 +117,7 @@ VisuGUI_VectorsDlg::VisuGUI_VectorsDlg (SalomeApp_Module* theModule) UseMagn = new QCheckBox (tr("MAGNITUDE_COLORING_CHK"), TopGroup); //UseMagn->setText(tr("MAGNITUDE_COLORING_CHK")); SelColor = new QtxColorButton (TopGroup); + SelColor->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Fixed ) ); SelColor->setText( tr("SEL_COLOR_BTN") ); /* ColorLab = new QLabel( TopGroup, "ColorLab" );