##// END OF EJS Templates
Fix window flags of the catalogue gui
trabillard -
r1135:440c633db691
parent child
Show More
@@ -2,7 +2,8
2 #include "ui_CatalogueExplorer.h"
2 #include "ui_CatalogueExplorer.h"
3
3
4 CatalogueExplorer::CatalogueExplorer(QWidget *parent)
4 CatalogueExplorer::CatalogueExplorer(QWidget *parent)
5 : QDialog(parent), ui(new Ui::CatalogueExplorer)
5 : QDialog(parent, Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowCloseButtonHint),
6 ui(new Ui::CatalogueExplorer)
6 {
7 {
7 ui->setupUi(this);
8 ui->setupUi(this);
8 }
9 }
General Comments 3
Under Review
author

Auto status change to "Under Review"

Approved

Status change > Approved

You need to be logged in to leave comments. Login now