psmith 2004/05/22 01:08:18 Modified: src/java/org/apache/log4j/chainsaw/vfs VFSPluginPreferenceModel.java Log: might help if I made the preview size >0 ... Revision Changes Path 1.3 +1 -1 logging-log4j/src/java/org/apache/log4j/chainsaw/vfs/VFSPluginPreferenceModel.java Index: VFSPluginPreferenceModel.java =================================================================== RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/vfs/VFSPluginPreferenceModel.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- VFSPluginPreferenceModel.java 22 May 2004 08:02:36 -0000 1.2 +++ VFSPluginPreferenceModel.java 22 May 2004 08:08:18 -0000 1.3 @@ -10,7 +10,7 @@ // Some of these preferences might need to be VFS Repository specific private boolean loadAllRootsOnStart = true; - private int previewSize; + private int previewSize = 50; /** * @return Returns the loadAllRootsOnStart.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]