Revision 12155

View differences:

branches/v10/frameworks/_fwAndami/src/com/iver/andami/ui/mdiManager/WindowInfo.java
104 104
    /** These properties store the dimension and position of the frame */
105 105
    private int width = -1;
106 106
    private int height = -1;
107
    private int x = 0;
108
    private int y = 0;
107
    private int x = -1;
108
    private int y = -1;
109 109
    /**
110 110
     * These properties store the position and dimension of the frame when it is not maximized
111 111
     * (so that it can be restored to its original size). They are equal to the not-normal properties

Also available in: Unified diff