Skip to content

Commit

Permalink
bannerWidth setting applied. #60
Browse files Browse the repository at this point in the history
  • Loading branch information
timo11 committed Aug 11, 2020
1 parent 4db1086 commit 64ebe2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PortalApp/app/view/Viewport.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Ext.define('SpWebPortal.view.Viewport', {
html: '<table class="deadcenter"> <tr><td><img src='+ settings.get('bannerURL') + '></td></tr></table>',
id: 'spwpbannerpanel',
height: settings.get('bannerHeight'),
width: settings.get('bannerWidth'),
region: 'north'
});
}
Expand Down

0 comments on commit 64ebe2d

Please sign in to comment.