Commit 6e8f72b1 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corta resize indebido de contenedores Dijit

Al sustituir el BorderContainer principal por un ContentPane, no se
producen efectos raros en elementos Dijit hijos, como los TabContainer
presentes en SpeciesDistribution y otras vistas.
parent d99581aa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
define([
	'app/_app'
	, 'app/components/Topbar'
	, 'dijit/layout/BorderContainer'
	, 'dijit/layout/ContentPane'
	, 'dijit/layout/LayoutContainer'
	, 'dojo/_base/declare'
@@ -23,7 +22,6 @@ define([
], function(
	App
	, Topbar
	, BorderContainer
	, ContentPane
	, LayoutContainer
	, declare
@@ -212,7 +210,7 @@ define([
				collapsedSidebarClass: this.collapsedSidebarClass
			});

			this.bc = new BorderContainer({
			this.bc = new ContentPane({
				region: 'center',
				'class': 'contentContainer'
			});
Compare fc9f664c to ad5c0225
Original line number Diff line number Diff line
Subproject commit fc9f664ceac37af16179618bef12fbe3a96d504c
Subproject commit ad5c0225121725fe9f817f071feafa1ee1267965