Skip to content

Commit

Permalink
Bump icon dimension limits a bit (OpenUserJS#1305)
Browse files Browse the repository at this point in the history
* Accommodate some higher DPI monitors

Post OpenUserJS#1303

Auto-merge
  • Loading branch information
Martii authored Dec 5, 2017
1 parent 20fa8f7 commit 5ab4308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/scriptStorage.js
Original file line number Diff line number Diff line change
@@ -1384,8 +1384,8 @@ exports.storeScript = function (aUser, aMeta, aBuf, aUpdate, aCallback) {
function (aInnerCallback) {
// `@icon` validations
var icon = null;
var maxX = 64; // px
var maxY = 64; // px
var maxX = 128; // px
var maxY = 128; // px
var buffer = null;
var fn = null;
var dimensions = null;

0 comments on commit 5ab4308

Please sign in to comment.