[TD]adjustable extension line gap

This commit is contained in:
Wanderer Fan
2022-04-25 12:32:50 -04:00
committed by WandererFan
parent 90d660260c
commit b6c20202cd
8 changed files with 307 additions and 181 deletions

View File

@@ -69,6 +69,8 @@ void DlgPrefsTechDrawDimensionsImp::saveSettings()
ui->pcbArrow->onSave();
ui->plsb_ArrowSize->onSave();
ui->leFormatSpec->onSave();
ui->pdsbISOGap->onSave();
ui->pdsbASMEGap->onSave();
}
void DlgPrefsTechDrawDimensionsImp::loadSettings()
@@ -97,6 +99,9 @@ void DlgPrefsTechDrawDimensionsImp::loadSettings()
ui->leFormatSpec->setText(Base::Tools::fromStdString(Preferences::formatSpec()));
ui->leFormatSpec->onRestore();
ui->pdsbISOGap->onRestore();
ui->pdsbASMEGap->onRestore();
}
/**