Skip to content

Commit

Permalink
use caret right and caret down icons for layer control expand/collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Feb 27, 2017
1 parent c86e738 commit e8f2aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/js/gis/dijit/LayerControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ define([
map: null,
layerInfos: [],
icons: {
expand: 'fa-plus-square-o',
collapse: 'fa-minus-square-o',
expand: 'fa-caret-right',
collapse: 'fa-caret-down',
checked: 'fa-check-square-o',
unchecked: 'fa-square-o',
update: 'fa-refresh',
Expand Down

0 comments on commit e8f2aa2

Please sign in to comment.