mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08:00
Corrected Calculator button border in Apps
This commit is contained in:
parent
342bc91f0f
commit
a471cecf94
1 changed files with 1 additions and 0 deletions
1
apps.cpp
1
apps.cpp
|
@ -13,6 +13,7 @@ apps::apps(QWidget *parent) :
|
|||
ui->lightmapsLaunchBtn->setProperty("type", "borderless");
|
||||
ui->calendarLaunchBtn->setProperty("type", "borderless");
|
||||
ui->savedWordsLaunchBtn->setProperty("type", "borderless");
|
||||
ui->calculatorLaunchBtn->setProperty("type", "borderless");
|
||||
|
||||
ui->scribbleLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||
ui->lightmapsLaunchBtn->setStyleSheet("background: lightGrey; font-size: 9pt; padding: 8px");
|
||||
|
|
Loading…
Reference in a new issue