mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-16 09:57:19 -05:00
Added back minimize button for StartDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5759 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
42deb4edea
commit
a9f70d0685
@ -30,7 +30,7 @@
|
||||
|
||||
/** Default constructor */
|
||||
StartDialog::StartDialog(QWidget *parent)
|
||||
: QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint), reqNewCert(false)
|
||||
: QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint | Qt::WindowMinimizeButtonHint), reqNewCert(false)
|
||||
{
|
||||
/* Invoke Qt Designer generated QObject setup routine */
|
||||
ui.setupUi(this);
|
||||
|
Loading…
Reference in New Issue
Block a user