Changeset 36152


Ignore:
Timestamp:
2022-05-09T09:49:57+12:00 (2 years ago)
Author:
kjdon
Message:

changed the layout of case/stem etc options to 2x2 instead of 4x1

File:
1 edited

Legend:

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

    r36140 r36152  
    229229            // todo, remove one of these panels
    230230        JPanel stem_panel = new JPanel();
    231         stem_panel.setLayout(new GridLayout(4,1));
     231        stem_panel.setLayout(new GridLayout(2,2));
    232232        stem_panel.add(stem_checkbox);
    233233        stem_panel.add(casefold_checkbox);
Note: See TracChangeset for help on using the changeset viewer.