|
From: <doc...@us...> - 2007-06-05 01:02:40
|
Revision: 81
http://openpcl.svn.sourceforge.net/openpcl/?rev=81&view=rev
Author: documentsystems
Date: 2007-06-04 18:02:42 -0700 (Mon, 04 Jun 2007)
Log Message:
-----------
Howard Hoagland. Changed the tree panel's width from 150 to 168 to not get the horizontal scroll bar in the tree panel when there are 3 digits in the page number (over 99 pages) and the vertical scoll bar is there.
Modified Paths:
--------------
openpcl/src/com/openpcl/viewer/panels/PosView.java
Modified: openpcl/src/com/openpcl/viewer/panels/PosView.java
===================================================================
--- openpcl/src/com/openpcl/viewer/panels/PosView.java 2007-06-05 01:00:47 UTC (rev 80)
+++ openpcl/src/com/openpcl/viewer/panels/PosView.java 2007-06-05 01:02:42 UTC (rev 81)
@@ -62,7 +62,7 @@
private MouseWheelListener[] mMouseWheelListeners = null;
// Splitter divider default location
- public static final int sDefaultSplitterLocPclFiles = 150;
+ public static final int sDefaultSplitterLocPclFiles = 168;
public static final int sTreatSplitterAsClosedIfLessThan = 10;
private int mPixelLocForSplitter = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|