Ignore:
Timestamp:
02/03/14 15:04:16 (10 years ago)
Author:
csl14
Message:

Fullscreen webbrowser now gets actual width and height

File:
1 edited

Legend:

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

    r798 r813  
    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;
     16       
    1417        public static final BooleanSetting BrowserFullScreen = new BooleanSetting("Start Exploratory Search browser in fullscreen", true);
    1518       
     
    1821        public static final IntegerSetting BrowserDefaultHeight = new IntegerSetting("Default Browser height", 660);
    1922       
    20         public static final IntegerSetting BrowserLeftMargin = new IntegerSetting("Size of lefthand margin for Browser", 0);
     23        public static final IntegerSetting BrowserLeftMargin = new IntegerSetting("Size of left hand margin for Browser", 0);
    2124       
    2225        public static final IntegerSetting BrowserRightMargin = new IntegerSetting("Size of right hand margin for Browser", 0);
Note: See TracChangeset for help on using the changeset viewer.