Ignore:
Timestamp:
05/23/19 12:20:07 (5 years ago)
Author:
bln4
Message:

MaxWidth on text items is now a thing. Use this on text boxes in authentication frameset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/AttributeUtils.java

    r1296 r1369  
    289289                        _Attrib.put("MinWidth",                         Item.class.getMethod("getMinWidthToSave"),
    290290                                                                                                Item.class.getMethod("setMinWidth", pIntO));
     291                        _Attrib.put("MaxWidth",                         Item.class.getMethod("getMaxWidthToSave"),
     292                                                                                                Item.class.getMethod("setMaxWidth", pIntO));
    291293                        _Attrib.put("X",                    null,
    292294                                                            Item.class.getMethod("setX", pFloat));
Note: See TracChangeset for help on using the changeset viewer.