Skip to content

Commit

Permalink
Moved background selector
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed May 23, 2017
1 parent 674f30e commit ac1bd6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/client/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
{
"name": "BackgroundSelector",
"cfg": {
"bottom": 40,
"dimensions": {
"side": 65,
"sidePreview": 65,
Expand Down Expand Up @@ -126,7 +127,8 @@
}, "Login",
"OmniBar", "BurgerMenu", "Expander", "GlobeViewSwitcher"
],
"desktop": ["Map", "HelpLink", "Share", "DrawerMenu", "Version", "BackgroundSelector", {
"desktop": ["Map", "HelpLink", "Share", "DrawerMenu", "Version", {"name": "BackgroundSelector", "cfg": { "bottom": 40 } },
{
"name": "Identify",
"showIn": ["IdentifyBar", "Settings"],
"cfg": {
Expand Down Expand Up @@ -223,6 +225,7 @@
},{
"name": "BackgroundSelector",
"cfg": {
"bottom": 40,
"dimensions": {
"side": 65,
"sidePreview": 65,
Expand Down

0 comments on commit ac1bd6c

Please sign in to comment.