upgrade to qt 6 compliance
This commit is contained in:
@@ -68,7 +68,7 @@ ManagedPixelSamplerWidget::ManagedPixelSamplerWidget(QWidget *parent) :
|
||||
QWidget(parent)
|
||||
{
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
layout->setMargin(0);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
display_view_ = new PixelSamplerWidget();
|
||||
display_view_->setTitle(tr("Display"));
|
||||
|
||||
Reference in New Issue
Block a user