fix label width

This commit is contained in:
rolux 2013-07-14 18:57:01 +00:00
parent 1699cecff0
commit 3b395eae15

View file

@ -215,7 +215,7 @@ pandora.ui.listGeneralPanel = function(listData) {
}; };
}), }),
label: Ox._('Rights Level'), label: Ox._('Rights Level'),
labelWidth: 90, labelWidth: 80,
value: listData.rightslevel, value: listData.rightslevel,
width: 320 width: 320
}) })