From 6da193c50dfd4df8c3d5d30c710a52087ef208f8 Mon Sep 17 00:00:00 2001 From: snt Date: Sat, 27 Jul 2024 01:50:50 +0200 Subject: [PATCH] show max/min button in show player window --- src/showplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/showplayer.cpp b/src/showplayer.cpp index 328227b..705364d 100644 --- a/src/showplayer.cpp +++ b/src/showplayer.cpp @@ -2,7 +2,7 @@ ShowPlayer::ShowPlayer(QWidget *parent) : - QDialog(parent) + QDialog(parent, Qt::Window) , ui(new Ui::ShowPlayer) { ui->setupUi(this);