Geometry general prefs

This commit is contained in:
David Robertson
2020-05-09 16:21:21 +01:00
parent 31d0cfbdd7
commit 9f2991c003
5 changed files with 52 additions and 126 deletions

View File

@@ -5,6 +5,13 @@ from flatcamGUI.preferences.geometry.GeometryAdvOptPrefGroupUI import GeometryAd
from flatcamGUI.preferences.geometry.GeometryOptPrefGroupUI import GeometryOptPrefGroupUI
from flatcamGUI.preferences.geometry.GeometryGenPrefGroupUI import GeometryGenPrefGroupUI
import gettext
import FlatCAMTranslation as fcTranslate
import builtins
fcTranslate.apply_language('strings')
if '_' not in builtins.__dict__:
_ = gettext.gettext
class GeometryPreferencesUI(PreferencesSectionUI):