mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
0022845: EDF GEOM: [HYDRO] Hiding the coordinates system part of the dialog box in the polyline editor
- Additionally remote title "Coordinate system" title from the input parameters group box
This commit is contained in:
parent
2c1a8894cc
commit
74c5b4f281
@ -82,7 +82,7 @@ EntityGUI_PolylineDlg::EntityGUI_PolylineDlg
|
||||
mainFrame()->RadioButton3->setAttribute( Qt::WA_DeleteOnClose );
|
||||
mainFrame()->RadioButton3->close();
|
||||
|
||||
QGroupBox *aGroupBox1 = new QGroupBox(tr("GEOM_CS"), this);
|
||||
QGroupBox *aGroupBox1 = new QGroupBox(this);
|
||||
QGridLayout *aPlaneLayout = new QGridLayout(aGroupBox1);
|
||||
|
||||
aPlaneLayout->setSpacing(6);
|
||||
|
Loading…
Reference in New Issue
Block a user