1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader

This commit is contained in:
Zach Eveland 2012-04-06 07:00:13 -04:00
commit 4cf5f4e246

View File

@ -303,7 +303,7 @@ public class Preferences {
// [ ] Verify code after upload
verifyUploadBox = new JCheckBox("Verify code after upload");
verifyUploadBox = new JCheckBox(_("Verify code after upload"));
pain.add(verifyUploadBox);
d = verifyUploadBox.getPreferredSize();
verifyUploadBox.setBounds(left, top, d.width + 10, d.height);