[Layout] Enforce minimum size on drop

Addresses nasa/openmctweb#271, ensuring frames in a layout
are not too tiny to use, even if the grid size is small.
This commit is contained in:
Victor Woeltjen
2015-11-09 17:48:58 -08:00
parent 96a7c12d69
commit fdf6148811
2 changed files with 24 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ define(
Math.floor(position.x / self.gridSize[0]),
Math.floor(position.y / self.gridSize[1])
],
dimensions: DEFAULT_DIMENSIONS
dimensions: self.defaultDimensions()
};
// Mark change as persistable
if ($scope.commit) {