Skip to content

Instantly share code, notes, and snippets.

@bmoeskau
Created March 12, 2012 20:22
Show Gist options
  • Select an option

  • Save bmoeskau/2024448 to your computer and use it in GitHub Desktop.

Select an option

Save bmoeskau/2024448 to your computer and use it in GitHub Desktop.
Ext containers should have explicit layout!
Ext.define('Extensible.calendar.form.EventWindow', {
layout: 'fit', // added this
// etc.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment