From fb665fe7ad581a1e7ee4c92833ef90a21046e2bc Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 23 Nov 2008 15:47:33 +0000 Subject: [PATCH] cleaning up layout of export application dialog --- app/src/processing/app/Sketch.java | 3 ++- todo.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/processing/app/Sketch.java b/app/src/processing/app/Sketch.java index 58134a114..d9ce71324 100644 --- a/app/src/processing/app/Sketch.java +++ b/app/src/processing/app/Sketch.java @@ -1981,7 +1981,7 @@ public class Sketch { Preferences.setBoolean("export.application.stop", showStopButton.isSelected()); } }); - showStopButton.setBorder(new EmptyBorder(50, 50, 50, 50)); + showStopButton.setBorder(new EmptyBorder(6, 13, 6, 13)); // indentPanel.add(showStopButton); // indentPanel.setAlignmentX(Component.LEFT_ALIGNMENT); @@ -1995,6 +1995,7 @@ public class Sketch { showStopButton.setEnabled(sal); } }); + fullScreenButton.setBorder(new EmptyBorder(6, 13, 0, 13)); JPanel optionPanel = new JPanel(); optionPanel.setLayout(new BoxLayout(optionPanel, BoxLayout.Y_AXIS)); diff --git a/todo.txt b/todo.txt index 6c67ef97a..22c10f75e 100644 --- a/todo.txt +++ b/todo.txt @@ -1042,6 +1042,8 @@ _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action= LIBRARIES / Video +_ if read() hasn't been called, can cause an error with java2d +_ http://dev.processing.org/bugs/show_bug.cgi?id=1041 _ threading problems with video _ http://dev.processing.org/bugs/show_bug.cgi?id=868 _ audio stops working after two seconds