Changeset 651 for AE/installer2/src/net/oni2/aeinstaller/gui
- Timestamp:
- Jan 25, 2013, 3:03:29 PM (12 years ago)
- Location:
- AE/installer2/src/net/oni2/aeinstaller/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
r649 r651 130 130 131 131 setSize(getWidth() + 150, getHeight()); 132 contents.setDividerLocation(5 00);132 contents.setDividerLocation(550); 133 133 contents.setResizeWeight(0.4); 134 134 -
AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java
r648 r651 129 129 switch (colNum) { 130 130 case 0: 131 w = 70; 132 col.setPreferredWidth(w); 133 col.setMinWidth(w); 134 col.setMaxWidth(w); 135 break; 136 case 1: 137 col.setPreferredWidth(150); 138 break; 139 case 2: 131 140 w = 60; 132 141 col.setPreferredWidth(w); … … 134 143 col.setMaxWidth(w); 135 144 break; 136 case 1:137 col.setPreferredWidth(150);138 break;139 case 2:140 w = 55;141 col.setPreferredWidth(w);142 col.setMinWidth(w);143 col.setMaxWidth(w);144 break;145 145 case 3: 146 146 col.setPreferredWidth(90); 147 147 break; 148 148 case 4: 149 w = 55;150 col.setPreferredWidth(w); 151 col.setMinWidth(w); 152 col.setMaxWidth(w); 153 break; 154 case 5: 155 w = 95;149 w = 60; 150 col.setPreferredWidth(w); 151 col.setMinWidth(w); 152 col.setMaxWidth(w); 153 break; 154 case 5: 155 w = 115; 156 156 col.setPreferredWidth(w); 157 157 col.setMinWidth(w);
Note:
See TracChangeset
for help on using the changeset viewer.