mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-23 17:13:44 +08:00
cabana: bit level change frequency highlighting (#27259)
* cabana: bit level change highlighting * change default color
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
}
|
||||
|
||||
struct Item {
|
||||
QColor bg_color = QApplication::style()->standardPalette().color(QPalette::Base);
|
||||
QColor bg_color = QColor(102, 86, 169, 0);
|
||||
bool is_msb = false;
|
||||
bool is_lsb = false;
|
||||
QString val = "-";
|
||||
|
||||
Reference in New Issue
Block a user