Revision: 3696
Author: [email protected]
Date: Thu Jul 8 13:42:50 2010
Log: NEW - bug 2458: Create Critic Manager
http://trillian.sqlpower.ca/bugzilla/show_bug.cgi?id=2458
Adding auto resizing for the critic table so users can immediately see the
quick fix lightbulbs at the end of the table instead of requiring scrolling.
http://code.google.com/p/power-architect/source/detail?r=3696
Modified:
/trunk/src/main/java/ca/sqlpower/architect/swingui/action/ExportDDLAction.java
=======================================
---
/trunk/src/main/java/ca/sqlpower/architect/swingui/action/ExportDDLAction.java
Mon Jul 5 15:48:22 2010
+++
/trunk/src/main/java/ca/sqlpower/architect/swingui/action/ExportDDLAction.java
Thu Jul 8 13:42:50 2010
@@ -182,6 +182,7 @@
warningDialog.pack();
TableUtils.fitColumnWidths(errorTable, 10);
+
errorTable.setAutoResizeMode(JTable.AUTO_RESIZE_SUBSEQUENT_COLUMNS);
warningDialog.setLocationRelativeTo(frame);
warningDialog.setVisible(true);
}