- for Excellon, Geometry and Gerber objects now in the Object UI (Properties Tab) by default the Offset field is populated with the coordinates of the center of the current object

This commit is contained in:
Marius Stanciu
2021-01-08 04:01:10 +02:00
committed by Marius
parent bd1d48bde0
commit 4539d22329
5 changed files with 22 additions and 1 deletions

View File

@@ -127,7 +127,6 @@ class ObjectUI(QtWidgets.QWidget):
# ### Offset ####
self.offsetvector_entry = NumericalEvalTupleEntry(border_color='#0069A9')
self.offsetvector_entry.setText("(0.0, 0.0)")
self.offsetvector_entry.setToolTip(
_("Amount by which to move the object\n"
"in the x and y axes in (x, y) format.\n"