summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-12 11:03:05 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-12 11:03:05 +0100
commitc7766fddff000614de3e1467e39cdfb0301a022d (patch)
treecf777220e714d70c1d699948d12d843a143814f7 /amiga
parent8b31fc0e7880fed1da176c996fdf5acd5b63d8fb (diff)
downloadnetsurf-c7766fddff000614de3e1467e39cdfb0301a022d.tar.gz
netsurf-c7766fddff000614de3e1467e39cdfb0301a022d.tar.bz2
Change default mask threshold to something more sensible
Diffstat (limited to 'amiga')
-rw-r--r--amiga/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/options.h b/amiga/options.h
index ed5bc93eb..de2e75fdf 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -112,7 +112,7 @@
.faster_scroll = true, \
.scale_quality = false, \
.dither_quality = 1, \
- .mask_alpha = 0, \
+ .mask_alpha = 50, \
.ask_overwrite = true, \
.printer_unit = 0, \
.print_scale = 100, \