Skip to content

Commit

Permalink
add maximize button to package help dialog (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
octaeder authored Dec 15, 2024
1 parent b3cf786 commit 50fcb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/texdocdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "utilsUI.h"

TexdocDialog::TexdocDialog(QWidget *parent,Help *obj) :
QDialog(parent),
QDialog(parent,Qt::Dialog|Qt::WindowMaximizeButtonHint|Qt::WindowCloseButtonHint),
ui(new Ui::TexdocDialog),
openButton(nullptr),
help(obj)
Expand Down

0 comments on commit 50fcb90

Please sign in to comment.