diff options
| author | Carl Schwan <[email protected]> | 2023-08-23 00:03:18 +0200 |
|---|---|---|
| committer | Carl Schwan <[email protected]> | 2023-11-10 12:37:05 +0000 |
| commit | 659eafd7962f617448470228eaca4e147ad1b889 (patch) | |
| tree | f0ce20b074a0d0e23332f437127e9afddf70eebd /src/dolphinmainwindow.cpp | |
| parent | 96c602605d499b78adeea1e3efed96f2f171f113 (diff) | |
Adapt to frame change in Breeze
Reduce margins in some places, make the dolphinstatusbar use a
QStatusBar style, and mark the kitemlistcontainer as no frame
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 635121062..ccdd7fcc5 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -2139,6 +2139,7 @@ void DolphinMainWindow::setupDockWidgets() DolphinDockWidget *terminalDock = new DolphinDockWidget(i18nc("@title:window Shell terminal", "Terminal")); terminalDock->setLocked(lock); terminalDock->setObjectName(QStringLiteral("terminalDock")); + terminalDock->setContentsMargins(0, 0, 0, 0); m_terminalPanel = new TerminalPanel(terminalDock); m_terminalPanel->setCustomContextMenuActions({lockLayoutAction}); terminalDock->setWidget(m_terminalPanel); |
