From 748c49f25691644c215a68c3a42c12fe3870341e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de>
Date: Wed, 1 Feb 2017 12:13:11 +0100
Subject: [PATCH] style: css

---
 bin/controls/Settings.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/controls/Settings.js b/bin/controls/Settings.js
index 9e7d77c..cefd109 100644
--- a/bin/controls/Settings.js
+++ b/bin/controls/Settings.js
@@ -178,7 +178,7 @@ define('package/quiqqer/authgoogle2fa/bin/controls/Settings', [
             var size = this.$GridContainer.getSize();
 
             //this.$Grid.setHeight(size.y);
-            this.$Grid.setHeight(400);
+            this.$Grid.setHeight(200);  // @todo variable height
             this.$Grid.resize();
         },
 
-- 
GitLab