Kaynağa Gözat

changed default row height to 250px

Torkel Ödegaard 11 yıl önce
ebeveyn
işleme
2d061ce45a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,
       };
     };