From 14b60aa14657d13ed427b62854cd1bbe33c3ff53 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 17 Jan 2024 09:08:38 -0500 Subject: [PATCH] Lighten the QMAP label background color for Q65-60D. --- qmap/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmap/mainwindow.cpp b/qmap/mainwindow.cpp index 2a99a95aa..9e65a2fd7 100644 --- a/qmap/mainwindow.cpp +++ b/qmap/mainwindow.cpp @@ -1123,7 +1123,7 @@ void MainWindow::on_actionQ65D_triggered() { m_modeQ65=4; ui->actionAlso_Q65_30x->setText("Also Q65-30C"); - lab3->setStyleSheet("QLabel{background-color: #b266ff}"); + lab3->setStyleSheet("QLabel{background-color: #d9b3ff}"); lab3->setText("Q65-60D"); }