diff options
author | bob <bcz@cs.brown.edu> | 2020-02-06 18:33:07 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-02-06 18:33:07 -0500 |
commit | 061ed9215af59b8bc41cb3f3e8661687209341cd (patch) | |
tree | ac81878284c28366c1626a682a34c8fa4e419b79 /src/server/authentication/models/current_user_utils.ts | |
parent | 8597134b6ada1e57ae08d49e24c00d11f728ba90 (diff) |
quick fixes for pivot layout & pivoting down
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index b23ab5e49..8b760db00 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -237,7 +237,7 @@ export class CurrentUserUtils { Docs.Create.MulticolumnDocument([], { title: "images", _height: 200, _xMargin: 10, _yMargin: 10 }), Docs.Create.TextDocument("", { title: "contents", _height: 100 }) ], - { _width: 400, _height: 300, title: "slide", _chromeStatus: "disabled", _autoHeight: true }); + { _width: 400, _height: 300, title: "slide", _chromeStatus: "disabled", backgroundColor: "lightGray", _autoHeight: true }); slideTemplate.isTemplateDoc = makeTemplate(slideTemplate); const iconDoc = Docs.Create.TextDocument("", { title: "icon", _width: 150, _height: 30, isTemplateDoc: true, onClick: ScriptField.MakeScript("setNativeView(this)") }); |