documents and document dialog should have same size

This commit is contained in:
j 2014-01-09 08:01:55 +00:00
parent b26c5d282f
commit 8be4b16e48

View file

@ -6,7 +6,7 @@ pandora.ui.documentDialog = function(options) {
Ox.print('OPTIONS', options) Ox.print('OPTIONS', options)
var dialogHeight = Math.round((window.innerHeight - 48) * 0.9), var dialogHeight = Math.round((window.innerHeight - 48) * 0.9) + 24,
dialogWidth = Math.round(window.innerWidth * 0.9), dialogWidth = Math.round(window.innerWidth * 0.9),
items = options.items, items = options.items,
item = items[options.index], item = items[options.index],