From 78f75a2d60d4930e6e8d1b27030205179adf7f6d Mon Sep 17 00:00:00 2001 From: Uplab Date: Thu, 17 Dec 2020 15:06:53 +0100 Subject: Allow icon colorization on mac os to better support dark mode --- src/qt/platformstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/platformstyle.cpp') diff --git a/src/qt/platformstyle.cpp b/src/qt/platformstyle.cpp index aab8d8e4af..1d0605c903 100644 --- a/src/qt/platformstyle.cpp +++ b/src/qt/platformstyle.cpp @@ -18,7 +18,7 @@ static const struct { /** Extra padding/spacing in transactionview */ const bool useExtraSpacing; } platform_styles[] = { - {"macosx", false, false, true}, + {"macosx", false, true, true}, {"windows", true, false, false}, /* Other: linux, unix, ... */ {"other", true, true, false} -- cgit v1.2.3