partkeepr

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

commit 344cd6e98ff87ce60d868e44383fb290ac4b4f5e
parent aec4c4af8bdb2d48169940041c51070d67b19a70
Author: Felicia Hummel <felicitus@felicitus.org>
Date:   Tue,  2 Aug 2016 21:46:30 +0200

Merge pull request #704 from partkeepr/PartKeepr-509

Fixed non-scrollable view
Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartsManager.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartsManager.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartsManager.js @@ -190,6 +190,7 @@ Ext.define('PartKeepr.PartManager', { this.thumbnailPanel = Ext.create("Ext.panel.Panel", { title: i18n("Thumbnail View"), + scrollable: true, bbar: Ext.create("Ext.toolbar.Paging", { store: this.grid.store, enableOverflow: true,