fix transforms from handler
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
PropertiesPanel::PropertiesPanel(QWidget* parent) : QWidget(parent) {
|
||||
this->setObjectName("PropertiesPanel");
|
||||
this->setAttribute(Qt::WA_StyledBackground);
|
||||
m_layout = new QVBoxLayout(this);
|
||||
m_layout->setContentsMargins(0, 0, 0, 0);
|
||||
m_layout->setSpacing(0);
|
||||
|
||||
Reference in New Issue
Block a user