mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
* Enabled min and max buttons for settings window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6967 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
51ed2ca9f9
commit
93c331f40b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ RSettingsWin *RSettingsWin::_instance = NULL;
|
||||||
int RSettingsWin::lastPage = 0;
|
int RSettingsWin::lastPage = 0;
|
||||||
|
|
||||||
RSettingsWin::RSettingsWin(QWidget *parent)
|
RSettingsWin::RSettingsWin(QWidget *parent)
|
||||||
: QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint)
|
: QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint | Qt::WindowMinMaxButtonsHint | Qt::WindowCloseButtonHint)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue