Explorar o código

changed default row height to 250px

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
2d061ce45a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
       };
     };