Skip to content

Commit

Permalink
Fix layout issue, by using 'fit' layout for viewport.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Jan 18, 2011
1 parent 7eac466 commit 55d000f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/javascripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ListDemo = new Ext.Application({

ListDemo.Viewport = new Ext.Panel ({
fullscreen: true,
layout: 'fit',
items: [ListDemo.listPanel]
});
}
Expand Down

0 comments on commit 55d000f

Please sign in to comment.