- DblSided Plugin - remade the UI

This commit is contained in:
Marius Stanciu
2021-09-19 20:18:05 +03:00
committed by Marius
parent b98604b900
commit bc0f6ea3f6
3 changed files with 175 additions and 131 deletions

View File

@@ -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)