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/ClassifierManager.java

    r6830 r6844  
    627627        move_up_button.setEnabled(false);
    628628        move_up_button.setMnemonic(KeyEvent.VK_U);
    629         move_up_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
     629        //move_up_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
    630630        Dictionary.registerBoth(move_up_button, "CDM.Move.Move_Up", "CDM.Move.Move_Up_Tooltip");
    631631
     
    633633        move_down_button.setEnabled(false);
    634634        move_down_button.setMnemonic(KeyEvent.VK_D);
    635         move_down_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
     635        //move_down_button.setPreferredSize(Utility.DOUBLE_IMAGE_BUTTON_SIZE);
    636636        Dictionary.registerBoth(move_down_button, "CDM.Move.Move_Down", "CDM.Move.Move_Down_Tooltip");
    637637
Note: See TracChangeset for help on using the changeset viewer.