fix label width
This commit is contained in:
parent
1699cecff0
commit
3b395eae15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue