Changeset 36260 for main


Ignore:
Timestamp:
2022-06-20T10:12:00+12:00 (23 months ago)
Author:
kjdon
Message:

put the none/rank options underneath the metadata list, instead of on top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/SortFieldManager.java

    r36253 r36260  
    139139          extra_options_panel.add(none_checkbox);
    140140          extra_options_panel.add(rank_checkbox);
    141               details_pane.add(extra_options_panel, BorderLayout.NORTH);
     141              details_pane.add(extra_options_panel, BorderLayout.SOUTH);
    142142
    143143      }
Note: See TracChangeset for help on using the changeset viewer.