Skip to content

Commit

Permalink
correct postion of legend widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Sep 10, 2016
1 parent 2a38ceb commit 00f0ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/config/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ define([
path: 'esri/dijit/Legend',
title: i18n.viewer.widgets.legend,
open: false,
position: 0,
position: 1,
options: {
map: true,
legendLayerInfos: true
Expand Down

0 comments on commit 00f0ab7

Please sign in to comment.