Commit 7bdc7b3b authored by Medicean's avatar Medicean

(UI:ShellManager) 调整编码器标签长度

parent 32d5e6ac
......@@ -293,7 +293,7 @@ class Form {
selected: c === _default,
list: ((c) => {
let _ = [
{ type: 'settings', position: 'label-right', offsetLeft: 60, labelWidth: 100 },
{ type: 'settings', position: 'label-right', offsetLeft: 60, labelWidth: 200 },
{ type: 'label', label: LANG['list']['add']['form']['encoder'] },
{ type: 'radio', name: `encoder_${c}`, value: 'default', label: `default\t(${LANG['list']['not_recommended']})`, checked: true }
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment