This commit is contained in:
Your Name
2024-05-20 22:29:01 -05:00
parent 17fbb74695
commit 9cf87b08b5

View File

@@ -527,7 +527,7 @@ void AnnotatedCameraWidget::drawHud(QPainter &p) {
// } // }
// } // }
void AnnotatedCameraWidget::drawSpeedWidget(QPainter &p, int x, int y, const QString &title, const QString &speedLimitStr, QColor colorSpeed, int width = 176) { void AnnotatedCameraWidget::drawSpeedWidget(QPainter &p, int x, int y, const QString &title, const QString &speedLimitStr, QColor colorSpeed, int width = 172) {
// Draw outer box + border to contain set speed and speed limit // Draw outer box + border to contain set speed and speed limit
const int sign_margin = 12; const int sign_margin = 12;
const int us_sign_height = 186; const int us_sign_height = 186;