Skip to content

Commit

Permalink
Merge branch 'master' into rules
Browse files Browse the repository at this point in the history
* master:
  Set default line width (#140)
  • Loading branch information
cdjackson committed May 17, 2014
2 parents f21c754 + 46e8dbb commit 4a84c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/graph/itemList.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Ext.define('openHAB.graph.itemList', {
newItem.item = selectedItemList[cnt].name;
newItem.axis = 1;
newItem.legend = true;
newItem.lineWidth = 1;

var ref = persistenceItemStore.findExact("name", selectedItemList[cnt].name);
if (ref != -1)
Expand Down

0 comments on commit 4a84c6a

Please sign in to comment.