Merge pull request #24692 from Roy-043/BIM-improve-MultiMaterial-task-panel
BIM: improve MultiMaterial task panel
This commit is contained in:
@@ -869,6 +869,7 @@ class _ArchMultiMaterialTaskPanel:
|
||||
translate("Arch", "Thickness"),
|
||||
]
|
||||
)
|
||||
self.form.tree.setRootIsDecorated(False) # remove 1st column's extra left margin
|
||||
self.form.tree.setModel(self.model)
|
||||
self.form.tree.setUniformRowHeights(True)
|
||||
self.form.tree.setItemDelegate(MultiMaterialDelegate())
|
||||
|
||||
@@ -573,8 +573,8 @@ def _get_param_dictionary():
|
||||
"ifcMergeProfiles": ("bool", False),
|
||||
"IfcScalingFactor": ("float", 1.0), # importIFClegacy.py
|
||||
"ifcSeparatePlacements": ("bool", False), # importIFClegacy.py
|
||||
"MultiMaterialColumnWidth0": ("int", 60),
|
||||
"MultiMaterialColumnWidth1": ("int", 60),
|
||||
"MultiMaterialColumnWidth0": ("int", 120),
|
||||
"MultiMaterialColumnWidth1": ("int", 120),
|
||||
"PanelLength": ("float", 1000.0),
|
||||
"PanelThickness": ("float", 10.0),
|
||||
"PanelWidth": ("float", 1000.0),
|
||||
|
||||
Reference in New Issue
Block a user