gui: mainwindow: Set center alignment for previews

Noticable now that we have vertical scrolling
This commit is contained in:
Albert S. 2022-08-28 13:04:01 +02:00
джерело 1edfcc8f23
коміт 7c63ee9178

@ -678,6 +678,7 @@ void MainWindow::previewReceived(QSharedPointer<PreviewResult> preview, unsigned
previewLayout->setMargin(0);
previewLayout->insertStretch(0, 1);
previewLayout->insertStretch(-1, 1);
previewLayout->setAlignment(Qt::AlignCenter);
QWidget *previewWidget = new QWidget();
previewWidget->setLayout(previewLayout);