Ignore:
Timestamp:
02/17/20 14:52:26 (4 years ago)
Author:
bnemhaus
Message:

Updates to the look of some of the more prominant expeditee pages. More to come.
Also first draft of Encryption Cockpit.

File:
1 edited

Legend:

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

    r1480 r1510  
    8181
    8282        /** Font used for the messages. */
    83         private static Font _messageFont = new Font("Serif-Plain-16");
     83//      private static Font _messageFont = new Font("Sans-Serif-Plain-16");
     84        private static Font _messageFont = new Font("sansserif");
    8485
    8586        /** The number of messages currently shown (used for scrolling up). */
     
    148149                                        MESSAGE_LINK_X);
    149150                        _messageLink.setOffset(0, -DisplayController.getMessageBayPaintArea().getMinY());
     151                        ((Text) _messageLink).setFamily("sansserif");
    150152                        isLinkInitialized = true;
    151153                } else {
Note: See TracChangeset for help on using the changeset viewer.