gui: mainwindow: Set center alignment for previews
Noticable now that we have vertical scrolling
This commit is contained in:
父節點
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);
|
||||
|
Loading…
Reference in New Issue
Block a user