Move the code for setting layout out from GeneralGUIPrefGroupUI into FlatCAMGUI

This commit is contained in:
David Robertson
2020-05-03 15:57:12 +01:00
parent a2d48d1c66
commit c2c4375893
5 changed files with 159 additions and 160 deletions

View File

@@ -115,7 +115,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI2):
option="global_language",
label_text="Language",
label_tooltip="Set the language used throughout FlatCAM.",
choices=[] # FIXME: choices should be added here instead of in App
choices=[] # FIXME: choices should be added here instead of in App
),
FullWidthButtonOptionUI(
option="__apply_language_button",