this dialog is meant to always be borderless
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=869680
This commit is contained in:
parent
f7f4a8e821
commit
eff56fa372
@ -130,6 +130,7 @@ Dialog::Dialog( QWidget * parent, Qt::WindowFlags f )
|
||||
: QWidget(parent, f),
|
||||
d(new DialogPrivate(this))
|
||||
{
|
||||
setWindowFlags(Qt::FramelessWindowHint);
|
||||
d->background = new PanelSvg(this);
|
||||
d->background->setImagePath("dialogs/background");
|
||||
d->background->setEnabledBorders(PanelSvg::AllBorders);
|
||||
|
Loading…
Reference in New Issue
Block a user