We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5972c44 commit 9b06fdfCopy full SHA for 9b06fdf
1 file changed
app/src/processing/app/Preferences.java
@@ -64,7 +64,7 @@ public class Preferences {
64
* Windows XP needs 66, and my Ubuntu machine needs 80+, so 80 seems proper.
65
*/
66
static public int BUTTON_WIDTH =
67
- Integer.valueOf(Language.text("preferences.button.width"));
+ Integer.parseInt(Language.text("preferences.button.width"));
68
69
/** height of the EditorHeader, EditorToolbar, and EditorStatus */
70
static final int GRID_SIZE = 32;
0 commit comments