1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Properly size crop dialog.

This commit is contained in:
Thomas Tanghus 2013-09-15 00:58:46 +02:00
parent 6fa5955535
commit 4df0905192

View File

@ -1519,7 +1519,7 @@ OC.Contacts = OC.Contacts || {
modal: true,
closeOnEscape: true,
title: t('contacts', 'Edit profile picture'),
height: h+100, width: w+80,
height: image.height+100, width: image.width+20,
buttons: [
{
text: t('contacts', 'Crop photo'),