mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Change "Processing data" splash size
This commit is contained in:
parent
d9700c6ee5
commit
89dda0247b
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ void usbms_splash::usbms_launch()
|
|||
ui->label->setStyleSheet("QLabel { background-color : black; color : white; font-size: 15pt }");
|
||||
ui->label_3->setStyleSheet("QLabel { background-color : black; color : white; font-size: 11pt }");
|
||||
|
||||
float stdIconWidth = sW / 1.5;
|
||||
float stdIconHeight = sH / 1.5;
|
||||
float stdIconWidth = sW / 2;
|
||||
float stdIconHeight = sH / 2;
|
||||
|
||||
QPixmap pixmap(":/resources/clock-inverted.png");
|
||||
QPixmap scaledPixmap = pixmap.scaled(stdIconWidth, stdIconHeight, Qt::KeepAspectRatio);
|
||||
|
|
Loading…
Reference in a new issue