Corrected Calculator button border in Apps

This commit is contained in:
Nicolas Mailloux 2021-04-14 17:52:36 -04:00
parent 342bc91f0f
commit a471cecf94

View file

@ -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");