commit 0a37fe730da3c13dd7fc380e9b966b9e075e21a5
parent 454af25b5f7d640103c028ac23c0f79d818a27f6
Author: Felicitus <felicitus@felicitus.org>
Date: Tue, 5 Jul 2011 06:36:41 +0200
Reworked icons for storage locations
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/frontend/js/Components/StorageLocation/StorageLocationGrid.js b/frontend/js/Components/StorageLocation/StorageLocationGrid.js
@@ -5,13 +5,15 @@ Ext.define('PartKeepr.StorageLocationGrid', {
{header: i18n("Storage Location"), dataIndex: 'name', flex: 1}
],
addButtonText: i18n("Add Storage Location"),
+ addButtonIcon: 'resources/fugue-icons/icons/wooden-box--plus.png',
deleteButtonText: i18n("Delete Storage Location"),
+ deleteButtonIcon: 'resources/fugue-icons/icons/wooden-box--minus.png',
initComponent: function () {
this.callParent();
// Adds a button which shows the multi-create window
this.multiCreateButton = Ext.create("Ext.button.Button", {
- icon: 'resources/silkicons/table_multiple.png',
+ icon: 'resources/icons/storagelocation_multiadd.png',
tooltip: i18n("Multi-create storage locations"),
handler: this.onMultiCreateClick,
scope: this
diff --git a/frontend/resources/icons/storagelocation_multiadd.png b/frontend/resources/icons/storagelocation_multiadd.png
Binary files differ.