From 0ffb903b53f86670057a8a65c6e3f7c9de29e04e Mon Sep 17 00:00:00 2001 From: Yeison Date: Sun, 27 Dec 2020 12:31:24 -0500 Subject: [PATCH] Remove font-size from widgets --- qt_material/material.css.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/qt_material/material.css.template b/qt_material/material.css.template index 20b3b2e..49dbc23 100644 --- a/qt_material/material.css.template +++ b/qt_material/material.css.template @@ -335,7 +335,6 @@ QGroupBox { border-radius: 4px; padding: 15px; padding-top: 30px; - font-size: 13px; line-height: 13px; text-transform: uppercase; } @@ -356,7 +355,6 @@ QRadioButton, QCheckBox { spacing: 10px; color: {{secondaryTextColor}}; - font-size: 14px; line-height: 14px; height: 30px; background-color: transparent;