- added a button in Gerber UI that will hide/show the bounding box generation and the non-copper region section

- compacted the UI for the 2Sided Tool
This commit is contained in:
Marius Stanciu
2020-10-21 21:02:10 +03:00
committed by Marius
parent 5de1701b3d
commit 52b7967b35
4 changed files with 42 additions and 17 deletions

View File

@@ -546,8 +546,6 @@ class DsidedUI:
separator_line.setFrameShadow(QtWidgets.QFrame.Sunken)
grid_lay.addWidget(separator_line, 7, 0, 1, 2)
self.layout.addWidget(QtWidgets.QLabel(""))
# #############################################################################################################
# ########## BOUNDS OPERATION ###########################################################################
# #############################################################################################################
@@ -654,8 +652,6 @@ class DsidedUI:
separator_line.setFrameShadow(QtWidgets.QFrame.Sunken)
grid0.addWidget(separator_line, 14, 0, 1, 2)
grid0.addWidget(QtWidgets.QLabel(""), 15, 0, 1, 2)
# #############################################################################################################
# ########## MIRROR OPERATION ###########################################################################
# #############################################################################################################
@@ -808,8 +804,6 @@ class DsidedUI:
separator_line.setFrameShadow(QtWidgets.QFrame.Sunken)
grid1.addWidget(separator_line, 18, 0, 1, 3)
grid1.addWidget(QtWidgets.QLabel(""), 20, 0, 1, 3)
# #############################################################################################################
# ########## ALIGNMENT OPERATION ########################################################################
# #############################################################################################################