diff --git a/src/widgets/dialogs/showimagewidget.cpp b/src/widgets/dialogs/showimagewidget.cpp --- a/src/widgets/dialogs/showimagewidget.cpp +++ b/src/widgets/dialogs/showimagewidget.cpp @@ -44,6 +44,7 @@ mLabel = new QLabel(this); mLabel->setObjectName(QStringLiteral("mLabel")); mLabel->setBackgroundRole(QPalette::Base); + mLabel->setAlignment(Qt::AlignCenter); scrollArea->setWidget(mLabel);