mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 20:57:29 +01:00
applied patch from slif@ to make file properties dialog appear with proper window decorations
This commit is contained in:
parent
39490160c2
commit
914ffe8ded
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user