@@ -79,7 +79,8 VisualizationTabWidget::VisualizationTabWidget(const QString &name, QWidget *par | |||
|
79 | 79 | #endif |
|
80 | 80 | |
|
81 | 81 | ui->dragDropContainer->setPlaceHolderType(DragDropHelper::PlaceHolderType::Zone, "Zone"); |
|
82 |
ui->dragDropContainer->layout()->setContentsMargins(0, 0, 0, |
|
|
82 | ui->dragDropContainer->layout()->setContentsMargins(0, 0, 0, 12); | |
|
83 | ui->dragDropContainer->layout()->setSpacing(0); | |
|
83 | 84 | ui->dragDropContainer->setMimeType(MIME_TYPE_GRAPH, |
|
84 | 85 | VisualizationDragDropContainer::DropBehavior::Inserted); |
|
85 | 86 | ui->dragDropContainer->setMimeType(MIME_TYPE_ZONE, |
General Comments 0
You need to be logged in to leave comments.
Login now