/[classpath]/classpath/gnu/java/awt/peer/qt/QtFramePeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtFramePeer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by smarothy, Sun Aug 21 00:19:49 2005 UTC revision 1.6 by smarothy, Tue Aug 23 02:13:48 2005 UTC
# Line 91  public class QtFramePeer extends QtWindo Line 91  public class QtFramePeer extends QtWindo
91    {    {
92      int mbHeight = ( ((Frame)owner).getMenuBar() != null ) ?      int mbHeight = ( ((Frame)owner).getMenuBar() != null ) ?
93        menuBarHeight() : 0;        menuBarHeight() : 0;
   
94      return new Insets(mbHeight, 0, 0, 0);      return new Insets(mbHeight, 0, 0, 0);
95    }    }
96    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26