- 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 GerberAdvOptPrefGroupUI(OptionsGroupUI):
|
||||
# OptionsGroupUI.__init__(self, "Gerber Adv. Options Preferences", parent=parent)
|
||||
super(GerberAdvOptPrefGroupUI, self).__init__(self, parent=parent)
|
||||
|
||||
self.setTitle(str(_("Gerber Adv. Options")))
|
||||
self.setTitle(str(_("Adv. Options")))
|
||||
self.decimals = decimals
|
||||
self.defaults = defaults
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class GerberEditorPrefGroupUI(OptionsGroupUI):
|
||||
# OptionsGroupUI.__init__(self, "Gerber Adv. Options Preferences", parent=parent)
|
||||
super(GerberEditorPrefGroupUI, self).__init__(self, parent=parent)
|
||||
|
||||
self.setTitle(str(_("Gerber Editor")))
|
||||
self.setTitle(str(_("Editor")))
|
||||
self.decimals = decimals
|
||||
self.defaults = defaults
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ class GerberExpPrefGroupUI(OptionsGroupUI):
|
||||
def __init__(self, defaults, decimals=4, parent=None):
|
||||
super(GerberExpPrefGroupUI, self).__init__(self, parent=parent)
|
||||
|
||||
self.setTitle(str(_("Gerber Export")))
|
||||
self.setTitle(str(_("Export")))
|
||||
self.decimals = decimals
|
||||
self.defaults = defaults
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class GerberGenPrefGroupUI(OptionsGroupUI):
|
||||
# OptionsGroupUI.__init__(self, "Gerber General Preferences", parent=parent)
|
||||
super(GerberGenPrefGroupUI, self).__init__(self, parent=parent)
|
||||
|
||||
self.setTitle(str(_("Gerber General")))
|
||||
self.setTitle(str(_("General")))
|
||||
self.decimals = decimals
|
||||
self.defaults = defaults
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ class GerberOptPrefGroupUI(OptionsGroupUI):
|
||||
self.decimals = decimals
|
||||
self.defaults = defaults
|
||||
|
||||
self.setTitle(str(_("Gerber Options")))
|
||||
self.setTitle(str(_("Options")))
|
||||
|
||||
# #############################################################################################################
|
||||
# Non-copper Regions Frame
|
||||
|
||||
Reference in New Issue
Block a user