]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
PasswordEdit.js: use larger labels to avoid line break
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Mar 2017 10:32:05 +0000 (12:32 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Mar 2017 10:32:05 +0000 (12:32 +0200)
window/PasswordEdit.js

index 964e8cf0102d142b53709a1f3ac4c935ab61058c..f6c14fa3e5c02786530fc1161c016ad5460de5f3 100644 (file)
@@ -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,
                {