Ignore:
Timestamp:
02/13/14 17:12:35 (10 years ago)
Author:
csl14
Message:

Made changes to Exploratory Search interface and minor fixes to various things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/settings/exploratorysearch/ExploratorySearchSettings.java

    r876 r885  
    1212public abstract class ExploratorySearchSettings {
    1313       
    14         // Vert offset for the JfxBrowser's position to work with the Exploratory Search web browser overlay
    15         public static final int BROWSER_VERT_OFFSET = 70;
     14        // Horz and Vert offset for the JfxBrowser's position to work with the Exploratory Search web browser overlay
     15        public static final int BROWSER_HORZ_OFFSET = 140;
     16        public static final int BROWSER_VERT_OFFSET = 50;
    1617       
    1718        public static final BooleanSetting BrowserFullScreen = new BooleanSetting("Start Exploratory Search browser in fullscreen", true);
Note: See TracChangeset for help on using the changeset viewer.