partkeepr

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

commit dc76b61c369014a3c60b0e80183df3c018f4dfd5
parent 88607236f2846060dadd2820111bab0e6ddf80aa
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 10 Jul 2011 03:51:14 +0200

Adjusted size

Diffstat:
Mfrontend/js/Components/Part/Editor/PartEditorWindow.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/js/Components/Part/Editor/PartEditorWindow.js b/frontend/js/Components/Part/Editor/PartEditorWindow.js @@ -16,7 +16,7 @@ Ext.define('PartKeepr.PartEditorWindow', { width: 600, minWidth: 600, minHeight: 300, - height: 380, + height: 390, /* Default edit mode. If mode = "create", we show additional fields */ partMode: 'edit', @@ -33,7 +33,7 @@ Ext.define('PartKeepr.PartEditorWindow', { /* If the edit mode is "create", we need to enlarge the window a bit to fit the fields without scrolling */ if (this.partMode && this.partMode == "create") { - this.height = 435; + this.height = 445; } this.items = [ this.editor ];