From 5aed1359069c42fe2b6e96662bb27aeea9d2ede1 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 5 Jun 2018 13:16:09 +0200 Subject: [PATCH] dont hide group --- static/js/listDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/listDialog.js b/static/js/listDialog.js index f177bca9..7df404e5 100644 --- a/static/js/listDialog.js +++ b/static/js/listDialog.js @@ -444,7 +444,7 @@ pandora.ui.listGeneralPanel = function(listData) { return listData.status == 'private' ? 160 : 136; } function getDescriptionTop() { - return listData.status == 'private' ? 64 : 88; + return listData.status == 'private' ? 112 : 136; } function getSubscribersAction() { return listData.status == 'private' ? 'hide' : 'show';