use 1x icons until retina support added

This commit is contained in:
Ben Fry
2015-08-24 12:26:04 -04:00
parent f714d2e977
commit 224e64330c
@@ -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() {