Enabled Min & Max feature for Photo View Dialog

This commit is contained in:
defnax 2020-01-24 17:08:40 +01:00
parent bd18f572c9
commit 54d0758bf2

View File

@ -32,7 +32,7 @@
/** Constructor */ /** Constructor */
PhotoView::PhotoView(QWidget *parent) PhotoView::PhotoView(QWidget *parent)
: QDialog(parent), : QDialog(parent, Qt::WindowMinimizeButtonHint | Qt::WindowMaximizeButtonHint | Qt::WindowCloseButtonHint),
ui(new Ui::PhotoView) ui(new Ui::PhotoView)
{ {
/* Invoke the Qt Designer generated object setup routine */ /* Invoke the Qt Designer generated object setup routine */