gui: mainwindow: Set center alignment for previews
Noticable now that we have vertical scrolling
Этот коммит содержится в:
родитель
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);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user