This commit is contained in:
Your Name
2024-02-13 19:28:39 -06:00
parent 638378439e
commit f08ab420a5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -42,7 +42,7 @@ BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) {
void BodyWindow::paintEvent(QPaintEvent *event) {
QPainter painter(this);
QPixmap comma_img = loadPixmap("../assets/img_spinner_comma.png");
QPixmap comma_img = loadPixmap("../assets/oscarpilot_ready.png");
// Calculate the top-left position to center the image in the window.
int x = (this->width() - comma_img.width()) / 2;