- for Transform and SolderPaste Plugins upgraded the UI

- in SolderPaste Plugin now the paste is dispensed only on the pads/Gerber flashes
This commit is contained in:
Marius Stanciu
2021-10-02 22:39:11 +03:00
committed by Marius
parent bc2f31aa90
commit fd8d473703
8 changed files with 461 additions and 316 deletions

View File

@@ -1318,7 +1318,6 @@ class ThievingUI:
tp_frame = FCFrame()
self.tools_box.addWidget(tp_frame)
# ## Grid Layout
grid_lay = FCGridLayout(v_spacing=5, h_spacing=3)
tp_frame.setLayout(grid_lay)