mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
Enabled Min & Max feature for Photo View Dialog
This commit is contained in:
parent
bd18f572c9
commit
54d0758bf2
@ -32,7 +32,7 @@
|
||||
|
||||
/** Constructor */
|
||||
PhotoView::PhotoView(QWidget *parent)
|
||||
: QDialog(parent),
|
||||
: QDialog(parent, Qt::WindowMinimizeButtonHint | Qt::WindowMaximizeButtonHint | Qt::WindowCloseButtonHint),
|
||||
ui(new Ui::PhotoView)
|
||||
{
|
||||
/* Invoke the Qt Designer generated object setup routine */
|
||||
|
Loading…
Reference in New Issue
Block a user