From 3b395eae15b36ac7204fb838024e3582d81f6619 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 14 Jul 2013 18:57:01 +0000 Subject: [PATCH] fix label width --- static/js/pandora/listDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/listDialog.js b/static/js/pandora/listDialog.js index dfe259805..983ba0663 100644 --- a/static/js/pandora/listDialog.js +++ b/static/js/pandora/listDialog.js @@ -215,7 +215,7 @@ pandora.ui.listGeneralPanel = function(listData) { }; }), label: Ox._('Rights Level'), - labelWidth: 90, + labelWidth: 80, value: listData.rightslevel, width: 320 })