[Pixelle-commit] SF.net SVN: pixelle:[270] trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs /Algor
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-17 05:58:08
|
Revision: 270
http://pixelle.svn.sourceforge.net/pixelle/?rev=270&view=rev
Author: dbrosius
Date: 2009-07-17 05:57:56 +0000 (Fri, 17 Jul 2009)
Log Message:
-----------
ok, add a fudge
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java 2009-07-17 05:55:14 UTC (rev 269)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/dialogs/AlgorithmEditor.java 2009-07-17 05:57:56 UTC (rev 270)
@@ -56,7 +56,7 @@
initListeners();
setTitle(component.toString());
- pt.y -= dim.height;
+ pt.y -= dim.height + 5; // 5 is clearly a fudge
setLocation(pt);
dim.height *= 8;
setSize(dim);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|