wip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user