- some UI changes in the Preferences: the clicked tab now have a distinctive color (green) and some strings are optimized

This commit is contained in:
Marius Stanciu
2022-01-09 16:39:06 +02:00
committed by Marius
parent 12e69af3ef
commit 9d9bfa8b03
23 changed files with 64 additions and 42 deletions

View File

@@ -18,7 +18,7 @@ class CNCJobAdvOptPrefGroupUI(OptionsGroupUI):
self.decimals = decimals
self.defaults = defaults
self.setTitle(str(_("CNC Job Adv. Options")))
self.setTitle(str(_("Adv. Options")))
# #############################################################################################################
# PARAMETERS Frame

View File

@@ -18,7 +18,7 @@ class CNCJobEditorPrefGroupUI(OptionsGroupUI):
# OptionsGroupUI.__init__(self, "CNC Job Options Preferences", parent=None)
super(CNCJobEditorPrefGroupUI, self).__init__(self, parent=parent)
self.setTitle(str(_("CNC Job Editor")))
self.setTitle(str(_("Editor")))
self.decimals = decimals
self.defaults = defaults

View File

@@ -17,7 +17,7 @@ class CNCJobGenPrefGroupUI(OptionsGroupUI):
# OptionsGroupUI.__init__(self, "CNC Job General Preferences", parent=None)
super(CNCJobGenPrefGroupUI, self).__init__(self, parent=parent)
self.setTitle(str(_("CNC Job General")))
self.setTitle(str(_("General")))
self.decimals = decimals
self.defaults = defaults

View File

@@ -18,7 +18,7 @@ class CNCJobOptPrefGroupUI(OptionsGroupUI):
# OptionsGroupUI.__init__(self, "CNC Job Options Preferences", parent=None)
super(CNCJobOptPrefGroupUI, self).__init__(self, parent=parent)
self.setTitle(str(_("CNC Job Options")))
self.setTitle(str(_("Options")))
self.decimals = decimals
self.defaults = defaults