use 'form' layout for login window

this fixes padding problems when using new themes.
This commit is contained in:
Dietmar Maurer 2016-03-11 10:09:44 +01:00
parent c6179cf5cf
commit b836f4a04b

View File

@ -53,7 +53,7 @@ Ext.define('PVE.window.LoginWindow', {
items: [{
xtype: 'form',
frame: true,
layout: 'form',
url: '/api2/extjs/access/ticket',
fieldDefaults: {
@ -61,7 +61,6 @@ Ext.define('PVE.window.LoginWindow', {
},
defaults: {
anchor: '-5',
allowBlank: false
},