Merge pull request #9788 from shubham2892/Add-option-to-show-title-text-in-titlebar-in-fullscreen
Add alwaysShowTitleTextInFullscreen flag
This commit is contained in:
commit
5581d1d652
5 changed files with 19 additions and 2 deletions
|
@ -48,6 +48,9 @@ const char kUseContentSize[] = "useContentSize";
|
|||
// Whether window zoom should be to page width.
|
||||
const char kZoomToPageWidth[] = "zoomToPageWidth";
|
||||
|
||||
// Whether always show title text in full screen is enabled.
|
||||
const char kFullscreenWindowTitle[] = "fullscreenWindowTitle";
|
||||
|
||||
// The requested title bar style for the window
|
||||
const char kTitleBarStyle[] = "titleBarStyle";
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ extern const char kAlwaysOnTop[];
|
|||
extern const char kAcceptFirstMouse[];
|
||||
extern const char kUseContentSize[];
|
||||
extern const char kZoomToPageWidth[];
|
||||
extern const char kFullscreenWindowTitle[];
|
||||
extern const char kTitleBarStyle[];
|
||||
extern const char kTabbingIdentifier[];
|
||||
extern const char kAutoHideMenuBar[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue