Ignore:
Timestamp:
01/08/14 15:15:33 (10 years ago)
Author:
jts21
Message:

generateSettingsTree() now uses FrameCreator, and also now uses a single column of settings with info alongside instead of multiple columns with tooltips.

File:
1 edited

Legend:

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

    r664 r669  
    3939
    4040        // the maximum size that can be used to paint on
    41         private static Dimension _MaxSize = new Dimension(1000, 1000);
     41        private static Dimension _MaxSize = new Dimension(UserSettings.InitialWidth.get(), UserSettings.InitialHeight.get() - MessageBay.MESSAGE_BUFFER_HEIGHT);
    4242
    4343        // Final passes to renderering the current frame
Note: See TracChangeset for help on using the changeset viewer.