Commit e6d0b22e authored by Becca Hughes's avatar Becca Hughes Committed by Commit Bot

Increase the height of the kaleidoscope module

It is currently cut off but we cannot shrink down
our content any more so we need to increase the
size a little bit.

BUG=1121360

Change-Id: Icdd2ba460f727324c0f5c00426aeb637e4cad35e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393189
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Commit-Queue: Tommy Steimel <steimel@chromium.org>
Auto-Submit: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarTommy Steimel <steimel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804481}
parent c5bb6454
...@@ -56,7 +56,7 @@ function loadResource(resource) { ...@@ -56,7 +56,7 @@ function loadResource(resource) {
export const kaleidoscopeDescriptor = new ModuleDescriptor( export const kaleidoscopeDescriptor = new ModuleDescriptor(
/*id=*/ 'kaleidoscope', /*id=*/ 'kaleidoscope',
/*name=*/ loadTimeData.getString('modulesKaleidoscopeName'), /*name=*/ loadTimeData.getString('modulesKaleidoscopeName'),
/*heightPx=*/ 270, /*heightPx=*/ 330,
() => { () => {
// Load all the Kaleidoscope resources into the NTP and return the module // Load all the Kaleidoscope resources into the NTP and return the module
// once the loading is complete. // once the loading is complete.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment