changed default row height to 250px

This commit is contained in:
Torkel Ödegaard 2014-06-06 16:05:56 +02:00
parent 6e2348d2b1
commit 2d061ce45a

View File

@ -92,7 +92,7 @@ function (angular, $, config, _) {
$scope.reset_row = function() {
$scope.row = {
title: '',
height: '150px',
height: '250px',
editable: true,
};
};