[elvystrac] r1912 - oprava seznamu typu dokumentu

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Sat, 27 Feb 2010 00:04:47 +0100

Author: EvaV
Date: 2010-02-27 00:04:46 +0100 (Sat, 27 Feb 2010)
New Revision: 1912

Modified:
   
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PositionsList.java
   
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PropertiesManager.java
Log:
oprava seznamu typu dokumentu

Modified: 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PositionsList.java
===================================================================
--- 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PositionsList.java
 2010-02-26 22:01:36 UTC (rev 1911)
+++ 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PositionsList.java
 2010-02-26 23:04:46 UTC (rev 1912)
@@ -77,7 +77,7 @@
                
                scroller = new JScrollPane(positionPanel, 
JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
                              JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
-               scroller.setPreferredSize(new Dimension(80, 185));
+               scroller.setPreferredSize(new Dimension(80, 165));
                positionList.add(scroller);
        }
 

Modified: 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PropertiesManager.java
===================================================================
--- 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PropertiesManager.java
     2010-02-26 22:01:36 UTC (rev 1911)
+++ 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/propertiesManager/PropertiesManager.java
     2010-02-26 23:04:46 UTC (rev 1912)
@@ -39,8 +39,8 @@
        private boolean isMinimalized;                          /** flag 
whatever tab with properties manager is minimalized */
        
        // constants
-       private final static int LIST_HEIGHT = 250;                     /** 
height of the position list component */
-       private final static int DOCUMENT_TYPES_HEIGHT = 150;   /** height of 
the document types componnt */
+       private final static int LIST_HEIGHT = 230;                     /** 
height of the position list component */
+       private final static int DOCUMENT_TYPES_HEIGHT = 170;   /** height of 
the document types componnt */
        private final static int SPACE = 5;                                     
        /** size of the space among components */
        
        


Other related posts:

  • » [elvystrac] r1912 - oprava seznamu typu dokumentu - elvys