- some changes in the Objects UI

This commit is contained in:
Marius Stanciu
2021-10-03 00:52:27 +03:00
committed by Marius
parent c796bad6fc
commit 594e91f17b
4 changed files with 88 additions and 69 deletions

View File

@@ -2330,7 +2330,6 @@ class DrillingUI:
tt_frame = FCFrame()
self.tools_box.addWidget(tt_frame)
# Grid Layout
tool_grid = FCGridLayout(v_spacing=5, h_spacing=3, c_stretch=[0, 0])
tt_frame.setLayout(tool_grid)