Ignore:
Timestamp:
2004-02-18T17:23:12+13:00 (20 years ago)
Author:
kjdon
Message:

removed the fixed sizing from the move up and down buttons so they expand to fit the text

File:
1 edited

Legend:

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

    r6830 r6844  
    197197        move_up_button.setEnabled(false);
    198198        move_up_button.setMnemonic(KeyEvent.VK_U);
    199         move_up_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
     199        //move_up_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
    200200        Dictionary.registerBoth(move_up_button, "CDM.Move.Move_Up", "CDM.Move.Move_Up_Tooltip");
    201201
     
    203203        move_down_button.setEnabled(false);
    204204        move_down_button.setMnemonic(KeyEvent.VK_D);
    205         move_down_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
     205        //move_down_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
    206206        Dictionary.registerBoth(move_down_button, "CDM.Move.Move_Down", "CDM.Move.Move_Down_Tooltip");
    207207
Note: See TracChangeset for help on using the changeset viewer.