Skip to content

Commit

Permalink
Better height determination of popup compose window on portrait posit…
Browse files Browse the repository at this point in the history
…ioned monitors
  • Loading branch information
slusarz committed Sep 19, 2014
1 parent 43d4c90 commit 612061d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imp/js/dimpcore.js
Expand Up @@ -59,6 +59,7 @@ var DimpCore = {
params.type = type;

HordeCore.popupWindow(this.conf.URI_COMPOSE, params, {
height: Math.min(1000, HordeCore.conf.popup_height),
name: 'compose' + new Date().getTime()
});
},
Expand Down

0 comments on commit 612061d

Please sign in to comment.