- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user