From a8f3925792e97edb440fe073bfb2930692b249b9 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 8 Dec 2008 07:55:39 +0000 Subject: [PATCH] IPAL20737 Magnitude coloring option is incorrect for Deformed Shape and view differs for Iso Surfaces. --- src/VISUGUI/VisuGUI_VectorsDlg.cxx | 1 + 1 file changed, 1 insertion(+) 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" ); -- 2.39.2