From bec2b704832ec9a16dc6a95dd2235ededcd1296b Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Sat, 16 Sep 2023 03:27:30 +0530 Subject: [PATCH] Bigfix: stylesheet --- resource/style.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/style.qss b/resource/style.qss index f6f8b63..f373f3f 100644 --- a/resource/style.qss +++ b/resource/style.qss @@ -1,4 +1,4 @@ -QLabel, QLineEdit, QTextEdit, QPushButton, QCheckBox, QComboBox { +QLabel, QLineEdit, QTextEdit, QDateTimeEdit, QPushButton, QCheckBox, QComboBox { font-size: 14px; } -- 2.39.5