From 2e3eb25f8fbea05c1c2e730e7096bfc6826cf1c4 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 18 Nov 2021 10:38:04 +0100 Subject: [PATCH] changed font size --- openpype/style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/style/style.css b/openpype/style/style.css index 6e1d133fe9..0aed10b8aa 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -19,7 +19,7 @@ Enabled vs Disabled logic in most of stylesheets */ * { - font-size: 9pt; + font-size: 10pt; font-family: "Noto Sans"; font-weight: 450; outline: none; @@ -735,7 +735,7 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { /* Launcher specific stylesheets */ #IconView[mode="icon"] { /* font size can't be set on items */ - font-size: 8pt; + font-size: 9pt; border: 0px; padding: 0px; margin: 0px;