Skip to content

Commit

Permalink
Update file(s): 2024-07-05
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Jul 4, 2024
1 parent d2dd67f commit 7442df0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PE/dialogpe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 25,11 @@
DialogPE::DialogPE(QWidget *pParent) : XShortcutsDialog(pParent), ui(new Ui::DialogPE)
{
ui->setupUi(this);

Qt::WindowFlags _winFlags = windowFlags();
_winFlags |= Qt::WindowMinMaxButtonsHint;

setWindowFlags(_winFlags);
}

DialogPE::~DialogPE()
Expand Down

0 comments on commit 7442df0

Please sign in to comment.