partkeepr

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

commit 3fe8353e9e9857d1dbecf9bf58a3beea087770bf
parent d03e8a1c8d7ae40b204ccab77c4127768ffd959f
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  5 Jul 2011 07:24:36 +0200

Added separator for the footprint toolbar

Diffstat:
Mfrontend/js/Components/Footprint/FootprintTree.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/js/Components/Footprint/FootprintTree.js b/frontend/js/Components/Footprint/FootprintTree.js @@ -48,7 +48,7 @@ Ext.define("PartKeepr.FootprintTree", { disabled: true }); - this.toolbar.add([this.addButton, this.deleteButton]); + this.toolbar.add(['-', this.addButton, this.deleteButton]); this.getSelectionModel().on("select", this._onItemSelect, this); this.getSelectionModel().on("deselect", this._onItemDeselect, this);