zoomToContentSize -> zoomToPageWidth

This commit is contained in:
Kevin Sawicki 2016-10-27 11:29:51 -07:00
parent 7896ee23a2
commit 7916981da2
5 changed files with 9 additions and 9 deletions

View file

@ -45,8 +45,8 @@ const char kAcceptFirstMouse[] = "acceptFirstMouse";
// Whether window size should include window frame.
const char kUseContentSize[] = "useContentSize";
// Whether window zoom should be to content size.
const char kZoomToContentSize[] = "zoomToContentSize";
// Whether window zoom should be to page width.
const char kZoomToPageWidth[] = "zoomToPageWidth";
// The requested title bar style for the window
const char kTitleBarStyle[] = "titleBarStyle";

View file

@ -34,7 +34,7 @@ extern const char kKiosk[];
extern const char kAlwaysOnTop[];
extern const char kAcceptFirstMouse[];
extern const char kUseContentSize[];
extern const char kZoomToContentSize[];
extern const char kZoomToPageWidth[];
extern const char kTitleBarStyle[];
extern const char kAutoHideMenuBar[];
extern const char kEnableLargerThanScreen[];