partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7a2073fc89b764eae87256f3ba8dac51f879303b
parent b25d282f6772a7d2cee0f840706e7904a894f460
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon,  2 Jul 2012 19:03:19 +0200

Don't overflow the toolbar; this causes trouble with ExtJS4.1.1RC1 and isn't needed anyways

Diffstat:
Msrc/frontend/js/Components/Auth/LoginDialog.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/js/Components/Auth/LoginDialog.js b/src/frontend/js/Components/Auth/LoginDialog.js @@ -49,7 +49,7 @@ Ext.define('PartKeepr.LoginDialog', { ], dockedItems: [{ xtype: 'toolbar', - enableOverflow: true, + enableOverflow: false, dock: 'bottom', ui: 'footer', pack: 'start',