Author: ks156
Date: 2009-09-28 14:28:32 +0200 (Mon, 28 Sep 2009)
New Revision: 5511

Modified:
   
software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/components/controlPanel.java
Log:
* Fixed a bug with the spin direction labels


Modified: 
software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/components/controlPanel.java
===================================================================
--- 
software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/components/controlPanel.java
      2009-09-28 12:25:45 UTC (rev 5510)
+++ 
software_suite_v3/software/tool/tool-tux-controller/trunk/src/GUI/components/controlPanel.java
      2009-09-28 12:28:32 UTC (rev 5511)
@@ -486,7 +486,7 @@
         win.radSpinLeft.setSelected(true);
         win.getRadDir().add(win.radSpinLeft);
         win.getRadDir().add(win.radSpinRight);
-        win.radSpinLeft.setBounds(40, 60, 100, 20);
-        win.radSpinRight.setBounds(125, 60, 100, 20);
+        win.radSpinLeft.setBounds(40, 60, 80, 20);
+        win.radSpinRight.setBounds(125, 60, 80, 20);
     }
 }


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to