Commit 2d061ce4 by Torkel Ödegaard

changed default row height to 250px

parent 6e2348d2
...@@ -92,7 +92,7 @@ function (angular, $, config, _) { ...@@ -92,7 +92,7 @@ function (angular, $, config, _) {
$scope.reset_row = function() { $scope.reset_row = function() {
$scope.row = { $scope.row = {
title: '', title: '',
height: '150px', height: '250px',
editable: true, editable: true,
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment