Parcourir la source

changed default row height to 250px

Torkel Ödegaard il y a 11 ans
Parent
commit
2d061ce45a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
       };
     };