Skip to content

Commit 7f78c8e

Browse files
committed
GUI - style terminal right-click menu accordingly
1 parent ffe1d07 commit 7f78c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/widgets/terminalpane.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ void TerminalPane::createTerminalWidget(QTermWidget* &terminal, bool isTopTermin
236236
connect(terminal, &QWidget::customContextMenuRequested,
237237
[this, terminal](const QPoint &pos) {
238238
QMenu contextMenu("Terminal Context Menu", terminal);
239+
contextMenu.setStyleSheet(StyleManager::contextMenu());
239240

240241
QAction *copyAction = new QAction("Copy", &contextMenu);
241242
copyAction->setShortcut(QKeySequence::Copy);

0 commit comments

Comments
 (0)