┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/terminal
diff options
context:
space:
mode:
authorCarl Schwan <[email protected]>2023-11-08 11:24:56 +0100
committerCarl Schwan <[email protected]>2023-11-10 12:37:05 +0000
commit67ef4af64fac75d501a6f519f8737bbb13389b42 (patch)
tree8aeaa3c7a75b3dc2f3b45e20f8c1ea110e78d706 /src/panels/terminal
parent659eafd7962f617448470228eaca4e147ad1b889 (diff)
Set position of KMessageWidget
To use a more frameless style
Diffstat (limited to 'src/panels/terminal')
-rw-r--r--src/panels/terminal/terminalpanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/terminal/terminalpanel.cpp b/src/panels/terminal/terminalpanel.cpp
index 0e79a475d..a008bb75a 100644
--- a/src/panels/terminal/terminalpanel.cpp
+++ b/src/panels/terminal/terminalpanel.cpp
@@ -184,6 +184,7 @@ void TerminalPanel::showEvent(QShowEvent *event)
"Terminal cannot be shown because Konsole is not installed. "
"Please install it and then reopen the panel.");
m_konsolePartMissingMessage = new KMessageWidget(konsoleNotInstalledText, this);
+ m_konsolePartMissingMessage->setPosition(KMessageWidget::Footer);
m_konsolePartMissingMessage->setCloseButtonVisible(false);
m_konsolePartMissingMessage->hide();
if (KIO::DesktopExecParser::hasSchemeHandler(konsoleInstallUrl)) {