From a471cecf9473e078a56afe13325112914948fe64 Mon Sep 17 00:00:00 2001 From: Nicolas Mailloux Date: Wed, 14 Apr 2021 17:52:36 -0400 Subject: [PATCH] Corrected Calculator button border in Apps --- apps.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.cpp b/apps.cpp index 29b945e..e9d66f9 100644 --- a/apps.cpp +++ b/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");