gui: mainwindow: Set center alignment for previews
Noticable now that we have vertical scrolling
Šī revīzija ir iekļauta:
vecāks
1edfcc8f23
revīzija
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);
|
||||
|
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
Block a user