[TD]move format spec to dimension tab

- also make %.2w default format
This commit is contained in:
Wanderer Fan
2022-03-02 18:03:41 -05:00
committed by WandererFan
parent 0149b99b6f
commit 58d1ef260b
7 changed files with 550 additions and 544 deletions

View File

@@ -54,7 +54,6 @@ void DlgPrefsTechDrawAdvancedImp::saveSettings()
ui->cbShowLoose->onSave();
ui->pdsbEdgeFuzz->onSave();
ui->pdsbMarkFuzz->onSave();
ui->leFormatSpec->onSave();
ui->cbEndCap->onSave();
ui->sbMaxTiles->onSave();
ui->sbMaxPat->onSave();
@@ -71,7 +70,6 @@ void DlgPrefsTechDrawAdvancedImp::loadSettings()
ui->cbShowLoose->onRestore();
ui->pdsbEdgeFuzz->onRestore();
ui->pdsbMarkFuzz->onRestore();
ui->leFormatSpec->onRestore();
ui->cbEndCap->onRestore();
ui->sbMaxTiles->onRestore();
ui->sbMaxPat->onRestore();