From b5b445147ac8a6d25bab6da45d2bd306b3bb67ad Mon Sep 17 00:00:00 2001 From: Lyubomir Ternavskiy <127299159+LyubomirT@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:13:26 +0300 Subject: [PATCH] Update font size and style for QPushButton --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5e3cd24..16f5f7a 100644 --- a/style.css +++ b/style.css @@ -34,12 +34,13 @@ QCheckBox { } QPushButton { - font-size: 12pt; + font-size: 9pt; padding: 10px; background-color: #f9d039; color: #ffffff; border: none; border-radius: 5px; + font: bold; } QPushButton:hover {