Skip to content

Commit

Permalink
Allow icon colorization on mac os to better support dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Uplab authored and goums committed Feb 25, 2021
1 parent 2059d32 commit 78f75a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/platformstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 78f75a2

Please sign in to comment.