mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 04:19:20 +00:00
PasswordEdit.js: use larger labels to avoid line break
This commit is contained in:
parent
ec62162dae
commit
0f35d1ffdb
@ -38,6 +38,9 @@ Ext.define('Proxmox.window.PasswordEdit', {
|
||||
Ext.apply(me, {
|
||||
subject: gettext('Password'),
|
||||
url: '/api2/extjs/access/password',
|
||||
fieldDefaults: {
|
||||
labelWidth: 120
|
||||
},
|
||||
items: [
|
||||
pwfield, verifypw,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user