summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index a502a45..1c3d15f 100755
--- a/run.sh
+++ b/run.sh
@@ -3,9 +3,9 @@
QT_VERSION=4.7.2
# qvfb's width
-QVFB_WIDTH=640
+QVFB_WIDTH=800
# qvfb's height
-QVFB_HEIGHT=480
+QVFB_HEIGHT=600
# path to script (including script name)
script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"