- working on the tool reordering in the Geometry UI

This commit is contained in:
Marius Stanciu
2020-06-10 10:25:48 +03:00
committed by Marius
parent a3fd6e9f87
commit 7f082760bb
4 changed files with 66 additions and 9 deletions

View File

@@ -1385,7 +1385,7 @@ class GeometryObjectUI(ObjectUI):
self.plot_cb.setLayoutDirection(QtCore.Qt.RightToLeft)
grid0.addWidget(self.plot_cb, 0, 1)
self.geo_tools_table = FCTable()
self.geo_tools_table = FCTable(drag_drop=True)
grid0.addWidget(self.geo_tools_table, 1, 0, 1, 2)
self.geo_tools_table.setSizeAdjustPolicy(QtWidgets.QAbstractScrollArea.AdjustToContents)