Ignore:
Timestamp:
2009-01-12T14:21:28+13:00 (15 years ago)
Author:
kjdon
Message:

set the ComponentOrientation for a few things, for RTL gli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/gui/DownloadPane.java

    r18370 r18372  
    175175            mode_pane.add(tree_pane,JSplitPane.RIGHT);
    176176            mode_pane.add(options_scroll_pane,JSplitPane.LEFT);
    177             mode_pane.setDividerLocation(1);
     177            mode_pane.setDividerLocation(1-TREE_SIZE.width);
    178178        }
    179179       
Note: See TracChangeset for help on using the changeset viewer.