Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmisc/aslo-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/aslo-sync b/misc/aslo-sync
index 4641d97..6f95aa9 100755
--- a/misc/aslo-sync
+++ b/misc/aslo-sync
@@ -288,7 +288,7 @@ class Application(application.Application):
existing.remove(guid)
continue
try:
- preview = scale_png(data, 160, 120)
+ preview = scale_png(data, 200, 200)
except Exception:
print '-- Failed to load %s preview for %s' % (guid, bundle_id)
continue