We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe1d07 commit 7f78c8eCopy full SHA for 7f78c8e
1 file changed
gui/widgets/terminalpane.cpp
@@ -236,6 +236,7 @@ void TerminalPane::createTerminalWidget(QTermWidget* &terminal, bool isTopTermin
236
connect(terminal, &QWidget::customContextMenuRequested,
237
[this, terminal](const QPoint &pos) {
238
QMenu contextMenu("Terminal Context Menu", terminal);
239
+ contextMenu.setStyleSheet(StyleManager::contextMenu());
240
241
QAction *copyAction = new QAction("Copy", &contextMenu);
242
copyAction->setShortcut(QKeySequence::Copy);
0 commit comments