5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2024-12-22 17:34:20 +03:00
Go to file
Dominik Csapak 6bd3883761 fix height on resize
it already was in the comment but i forgot it:

some browsers need an even size,
so we do Floor(x/2)*2

but if we have an uneven height, we get a window
that is a pixel too small, resulting in a scrollbar

so we have to add 1 first (like with the width)
Floor((x+1)/2)*2

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-08-08 12:20:38 +02:00
debian fix height on resize 2016-08-08 12:20:38 +02:00
Makefile use new repoman for upload target 2016-08-03 11:56:30 +02:00
novnc.tgz update novnc to commit a0e7ab43dca0ce11a713694ee4cf530bd3b17c5a 2015-09-24 12:29:44 +02:00