mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-15 01:19:29 +02:00
applied patch from slif@ to make file properties dialog appear with proper window decorations
This commit is contained in:
@@ -59,7 +59,7 @@ filePropDialog::~filePropDialog()
|
||||
}
|
||||
|
||||
filePropDialog::filePropDialog(QWidget *parent, RCS *rcs) :
|
||||
QDialog(parent, Qt::CustomizeWindowHint|Qt::WindowSystemMenuHint)
|
||||
QDialog(parent)
|
||||
{
|
||||
m_dialog = new Ui::filePropDialog_q;
|
||||
m_dialog->setupUi(this);
|
||||
|
||||
Reference in New Issue
Block a user