mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
use 1x icons until retina support added
This commit is contained in:
@@ -76,7 +76,9 @@ public class ContributionManagerDialog {
|
||||
private JLabel updateTabLabel;
|
||||
|
||||
static Font myFont;
|
||||
static int iconVer = Toolkit.highResDisplay() ? 2 : 1;
|
||||
// disabling this because the icon sizing is not implemented correctly
|
||||
//static int iconVer = Toolkit.highResDisplay() ? 2 : 1;
|
||||
static final int iconVer = 1;
|
||||
|
||||
|
||||
public ContributionManagerDialog() {
|
||||
|
||||
Reference in New Issue
Block a user