diff options
| author | Carl Schwan <[email protected]> | 2023-11-08 11:24:56 +0100 |
|---|---|---|
| committer | Carl Schwan <[email protected]> | 2023-11-10 12:37:05 +0000 |
| commit | 67ef4af64fac75d501a6f519f8737bbb13389b42 (patch) | |
| tree | 8aeaa3c7a75b3dc2f3b45e20f8c1ea110e78d706 /src/dolphinviewcontainer.cpp | |
| parent | 659eafd7962f617448470228eaca4e147ad1b889 (diff) | |
Set position of KMessageWidget
To use a more frameless style
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 1326bee1f..f5cb459fb 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -100,6 +100,7 @@ DolphinViewContainer::DolphinViewContainer(const QUrl &url, QWidget *parent) m_messageWidget = new KMessageWidget(this); m_messageWidget->setCloseButtonVisible(true); + m_messageWidget->setPosition(KMessageWidget::Header); m_messageWidget->hide(); #ifndef Q_OS_WIN |
