partkeepr

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

commit 1c2545b830884afa7c8296bd1ea01262a11ec97a
parent cca9003231aa7879ceed22c7a2c5eefb28ee923b
Author: Timo A. Hummel <timo@netraver.de>
Date:   Mon, 23 May 2011 15:14:38 +0200

Changed Combobox width to 120 to fit the contents

Diffstat:
Mfrontend/js/de.RaumZeitLabor.PartDB2/PartsManager/PartsManagerListGrid.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/js/de.RaumZeitLabor.PartDB2/PartsManager/PartsManagerListGrid.js b/frontend/js/de.RaumZeitLabor.PartDB2/PartsManager/PartsManagerListGrid.js @@ -58,7 +58,7 @@ de.RaumZeitLabor.PartDB2.PartsManagerListGrid = Ext.extend(Ext.grid.GridPanel, { editable: false, forceSelection: true, value: 'all', - width: 100, + width: 120, listeners: { select: function () { this.store.reload();