- In Plugins: Calculators, Copper Thieving, Corners, Extract, Fiducials and Film activated the harmonizing first column width in the Plugin UI

This commit is contained in:
Marius Stanciu
2021-09-19 04:52:49 +03:00
committed by Marius
parent 6060bfef44
commit b98604b900
7 changed files with 36 additions and 22 deletions

View File

@@ -1046,6 +1046,8 @@ class CornersUI:
grid_drill.addWidget(self.drill_dia_label, 0, 0)
grid_drill.addWidget(self.drill_dia_entry, 0, 1)
FCGridLayout.set_common_column_size([grid_sel, grid_par, grid_loc, grid_drill], 0)
# ## Create an Excellon object
self.drill_button = FCButton(_("Create Excellon Object"))
self.drill_button.setIcon(QtGui.QIcon(self.app.resource_location + '/drill32.png'))