mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 18:50:33 +05:00
Fix for '23345: [CEA 1930] Wrong display of the unit of degrees' issue.
This commit is contained in:
parent
145e217ae6
commit
cb6af2f3e3
@ -476,7 +476,7 @@ SMESHGUI_ClippingDlg::SMESHGUI_ClippingDlg( SMESHGUI* theModule, SVTK_ViewWindow
|
|||||||
QFont fnt = SpinSliderDistance->font(); fnt.setBold( true ); SpinSliderDistance->setFont( fnt );
|
QFont fnt = SpinSliderDistance->font(); fnt.setBold( true ); SpinSliderDistance->setFont( fnt );
|
||||||
GroupParametersLayout->addWidget( SpinSliderDistance, 1, 1 );
|
GroupParametersLayout->addWidget( SpinSliderDistance, 1, 1 );
|
||||||
|
|
||||||
QString aUnitRot = "\xB0";
|
QString aUnitRot = QString(QChar(0xB0));
|
||||||
|
|
||||||
TextLabelRotation1 = new QLabel( tr("ROTATION_AROUND_X_Y2Z"), GroupParameters );
|
TextLabelRotation1 = new QLabel( tr("ROTATION_AROUND_X_Y2Z"), GroupParameters );
|
||||||
TextLabelRotation1->setObjectName( "TextLabelRotation1" );
|
TextLabelRotation1->setObjectName( "TextLabelRotation1" );
|
||||||
|
Loading…
Reference in New Issue
Block a user