]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Turned off the AUTO_RESIZE on the table so that it would work on a small display...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Aug 2006 19:58:28 +0000 (19:58 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Aug 2006 19:58:28 +0000 (19:58 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1299 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdFrameworkModules.java

index ee0a1e645c9120478fdfc47b43264bf560afc257..440e421288aa727c2113ddd8c56f0929f1f93678 100644 (file)
@@ -146,7 +146,7 @@ public class FpdFrameworkModules extends IInternalFrame {
     \r
     private final int verPrefWidth = 70;\r
     \r
-    private final int pathPrefWidth = 320;\r
+    private final int pathPrefWidth = 600;\r
     \r
     private final int pathMinWidth = 280;\r
     \r
@@ -279,6 +279,7 @@ public class FpdFrameworkModules extends IInternalFrame {
             column.setMinWidth(pathMinWidth);\r
 \r
             jTableAllModules.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);\r
+            jTableAllModules.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);\r
 \r
         }\r
         return jTableAllModules;\r
@@ -508,6 +509,7 @@ public class FpdFrameworkModules extends IInternalFrame {
             column.setMinWidth(typeMinWidth);\r
 \r
             jTableFpdModules.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);\r
+            jTableFpdModules.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);\r
 \r
         }\r
         return jTableFpdModules;\r