mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
Enabled Min & Max feature for Photo View Dialog
This commit is contained in:
parent
bd18f572c9
commit
54d0758bf2
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user