Skip to content

Commit

Permalink
fix/PLAYER-4781 Fullscreen moved to lower case in all places
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Zelenskii committed Nov 22, 2018
1 parent 86f6061 commit 9d98788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
{"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":240 },
{"name":"flexibleSpace", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":1 },
{"name":"logo", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":125 },
{"name":"Fullscreen", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":45 },
{"name":"fullsreen", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":45 },
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":45 }
],
"mobileContent": [
Expand All @@ -321,13 +321,13 @@
{"name":"closedCaption", "location":"moreOptions" },
{"name":"stereoscopic", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"audioAndCC", "location": "controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"Fullscreen", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"fullsreen", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 }
],
"mobileAd": [
{"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 },
{"name":"flexibleSpace", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":1 },
{"name":"Fullscreen", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"fullsreen", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 }
],
"audioOnly": [
Expand Down

0 comments on commit 9d98788

Please sign in to comment.