mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Fix formatting
This commit is contained in:
parent
6cf633dd9e
commit
61b1b12f2c
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ usbms_splash::usbms_splash(QWidget *parent) :
|
|||
// Getting the screen's size
|
||||
float sW = QGuiApplication::screens()[0]->size().width();
|
||||
float sH = QGuiApplication::screens()[0]->size().height();
|
||||
// Defining what the default icon size will be
|
||||
|
||||
// Defining what the default icon size will be
|
||||
float stdIconWidth = sW / 1.15;
|
||||
float stdIconHeight = sH / 1.15;
|
||||
|
||||
|
|
Loading…
Reference in a new issue