From 31319711ddc6e2f967049c292fb505e86fde4c5d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 5 May 2023 00:34:48 +0200 Subject: [PATCH] Remove fixed font size on macOS Possible fix for #1184 --- data/style/strawberry.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/data/style/strawberry.css b/data/style/strawberry.css index 811db558e..199b54802 100644 --- a/data/style/strawberry.css +++ b/data/style/strawberry.css @@ -64,11 +64,3 @@ QToolButton::menu-button { width: 16px; border: none; } - -macos { - font-size: 11pt; -} - -macos QMenu { - font-size: 13pt; -}