forked from 0x2620/pandora
documents and document dialog should have same size
This commit is contained in:
parent
b26c5d282f
commit
8be4b16e48
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pandora.ui.documentDialog = function(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),
|
||||
items = options.items,
|
||||
item = items[options.index],
|
||||
|
|
Loading…
Reference in a new issue