summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-10-16 21:14:48 +0000
committerNathan Kinkade <nath@nkinka.de>2012-10-16 21:14:48 +0000
commita12ede0a39515b7b97aa8a3415f60d1c9752e3e6 (patch)
treedbcb339d37e812479874142f5ab120e715d0349c /modules/gallery/views
parentb76a96ff97b73427e33bf6323cdc703a73612124 (diff)
parent31681bf834d5dc560b9898d9c30903f08ecb1966 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/form_uploadify.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php
index 22332e82..c1f985c3 100644
--- a/modules/gallery/views/form_uploadify.html.php
+++ b/modules/gallery/views/form_uploadify.html.php
@@ -23,8 +23,8 @@
if (swfobject.hasFlashPlayerVersion("<?= $flash_minimum_version ?>")) {
$("#g-uploadify").uploadify({
- width: 150,
- height: 33,
+ width: 298,
+ height: 32,
uploader: "<?= url::file("lib/uploadify/uploadify.swf") ?>",
script: "<?= url::site("uploader/add_photo/{$album->id}") ?>",
scriptData: <?= json_encode($script_data) ?>,