Author: jfuerth
Date: Tue Oct  7 09:48:01 2008
New Revision: 2754

Modified:
   trunk/src/ca/sqlpower/architect/swingui/CompareDMPanel.java

Log:
Layout fix: the project name now spans all available columns so it doesn't get cut off unnecessarily.

Modified: trunk/src/ca/sqlpower/architect/swingui/CompareDMPanel.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/swingui/CompareDMPanel.java (original)
+++ trunk/src/ca/sqlpower/architect/swingui/CompareDMPanel.java Tue Oct 7 09:48:01 2008
@@ -779,7 +779,7 @@
                        
                        // now give all our shiny new components to the builder
                        builder.append(playPenRadio);
-                       builder.append(playPenName);
+                       builder.append(playPenName, 7);
                        builder.nextLine();

                        builder.append(""); // takes up blank space 
//$NON-NLS-1$

Reply via email to