mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 08:42:01 +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, {
|
Ext.apply(me, {
|
||||||
subject: gettext('Password'),
|
subject: gettext('Password'),
|
||||||
url: '/api2/extjs/access/password',
|
url: '/api2/extjs/access/password',
|
||||||
|
fieldDefaults: {
|
||||||
|
labelWidth: 120
|
||||||
|
},
|
||||||
items: [
|
items: [
|
||||||
pwfield, verifypw,
|
pwfield, verifypw,
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user