show max/min button in show player window
This commit is contained in:
parent
f665ccfd7d
commit
6da193c50d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
ShowPlayer::ShowPlayer(QWidget *parent) :
|
ShowPlayer::ShowPlayer(QWidget *parent) :
|
||||||
QDialog(parent)
|
QDialog(parent, Qt::Window)
|
||||||
, ui(new Ui::ShowPlayer)
|
, ui(new Ui::ShowPlayer)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue