# HG changeset patch # User Matti Hamalainen # Date 1681814492 -10800 # Node ID f12718986d312584615527f931c9341c41667a57 # Parent d666f0bf524591d01db09aebbf7b7cc62f2f506f Rename button -> label. diff -r d666f0bf5245 -r f12718986d31 src/main.cpp --- a/src/main.cpp Tue Apr 18 13:26:17 2023 +0300 +++ b/src/main.cpp Tue Apr 18 13:41:32 2023 +0300 @@ -269,8 +269,8 @@ // Setup large logo in the main window QPixmap logoImage(":/logo"); - ui->button_LogoImage->setPixmap(logoImage); - ui->button_LogoImage->setAlignment(Qt::AlignCenter); + ui->label_LogoImage->setPixmap(logoImage); + ui->label_LogoImage->setAlignment(Qt::AlignCenter); slSetCommonStyleSheet(this); diff -r d666f0bf5245 -r f12718986d31 src/mainwindow.ui --- a/src/mainwindow.ui Tue Apr 18 13:26:17 2023 +0300 +++ b/src/mainwindow.ui Tue Apr 18 13:41:32 2023 +0300 @@ -281,7 +281,7 @@ - + 0