Просмотр исходного кода

changed default row height to 250px

Torkel Ödegaard 11 лет назад
Родитель
Сommit
2d061ce45a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/controllers/dash.js

+ 1 - 1
src/app/controllers/dash.js

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