ui: 15% opacity drop shadow with Feature Status (#273)

This commit is contained in:
Jason Wen
2023-09-14 15:39:37 -04:00
committed by GitHub
parent ccde494acc
commit a809a7f6fd
+1 -1
View File
@@ -1466,7 +1466,7 @@ void AnnotatedCameraWidget::drawFeatureStatusText(QPainter &p, int x, int y) {
const int text_height = 34;
const int drop_shadow_size = 2;
QColor text_color = Qt::white;
QColor shadow_color = Qt::black;
QColor shadow_color = blackColor(38);
p.setFont(InterFont(32, QFont::Bold));