summaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
Diffstat (limited to 'browser')
-rwxr-xr-xbrowser2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser b/browser
index f55b474..129f648 100755
--- a/browser
+++ b/browser
@@ -8,7 +8,7 @@ if [[ $1 != "" ]]; then
fi
if [[ $(dpi) -gt 120 ]]; then
- SCALE=1.25
+ SCALE=1.4
else
SCALE=1.0
fi