Auto status change to "Under Review"
@@ -79,7 +79,8 VisualizationTabWidget::VisualizationTabWidget(const QString &name, QWidget *par | |||||
79 | #endif |
|
79 | #endif | |
80 |
|
80 | |||
81 | ui->dragDropContainer->setPlaceHolderType(DragDropHelper::PlaceHolderType::Zone, "Zone"); |
|
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 | ui->dragDropContainer->setMimeType(MIME_TYPE_GRAPH, |
|
84 | ui->dragDropContainer->setMimeType(MIME_TYPE_GRAPH, | |
84 | VisualizationDragDropContainer::DropBehavior::Inserted); |
|
85 | VisualizationDragDropContainer::DropBehavior::Inserted); | |
85 | ui->dragDropContainer->setMimeType(MIME_TYPE_ZONE, |
|
86 | ui->dragDropContainer->setMimeType(MIME_TYPE_ZONE, |
@@ -27,7 +27,7 | |||||
27 | <number>0</number> |
|
27 | <number>0</number> | |
28 | </property> |
|
28 | </property> | |
29 | <property name="bottomMargin"> |
|
29 | <property name="bottomMargin"> | |
30 |
<number> |
|
30 | <number>6</number> | |
31 | </property> |
|
31 | </property> | |
32 | <item> |
|
32 | <item> | |
33 | <widget class="QWidget" name="infobar" native="true"> |
|
33 | <widget class="QWidget" name="infobar" native="true"> |
General Comments 1
You need to be logged in to leave comments.
Login now