Sketcher: Remove 'Edit controls' widget 'Grid Size' LABEL.

This commit is contained in:
Paddle
2022-10-08 14:24:43 +02:00
committed by Chris Hennes
parent 5bb041deaa
commit 2da9caece2
2 changed files with 17 additions and 25 deletions

View File

@@ -166,7 +166,6 @@ void SketcherGeneralWidget::checkAvoidRedundant(bool on)
void SketcherGeneralWidget::enableGridSettings(bool on)
{
ui->label->setEnabled(on);
ui->gridSize->setEnabled(on);
ui->checkBoxGridSnap->setEnabled(on);
}