- DblSided Plugin - remade the UI
This commit is contained in:
@@ -78,7 +78,7 @@ class Tools2sidedPrefGroupUI(OptionsGroupUI):
|
||||
[
|
||||
{'label': _('Point'), 'value': 'point'},
|
||||
{'label': _('Box'), 'value': 'box'},
|
||||
{'label': _('Hole Snap'), 'value': 'hole'},
|
||||
{'label': _('Snap'), 'value': 'hole'},
|
||||
]
|
||||
)
|
||||
self.axloc_label = FCLabel('%s:' % _("Axis Ref"))
|
||||
@@ -88,7 +88,7 @@ class Tools2sidedPrefGroupUI(OptionsGroupUI):
|
||||
"- Point -> a set of coordinates (x,y) around which the object is mirrored\n"
|
||||
"- Box -> a set of coordinates (x, y) obtained from the center of the\n"
|
||||
"bounding box of another object selected below\n"
|
||||
"- Hole Snap-> a point defined by the center of a drill hone in a Excellon object")
|
||||
"- Snap-> a point defined by the center of a drill hone in a Excellon object")
|
||||
)
|
||||
|
||||
grid0.addWidget(self.axloc_label, 4, 0)
|
||||
|
||||
Reference in New Issue
Block a user