summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-20 17:01:07 +0200
committerJonathan Bauer2011-06-20 17:01:07 +0200
commitd6b3e55ed77efec9c539ce5a196a0d05eff19e88 (patch)
tree72d05ea94c7dca382a10641ec3b40e591540c589 /run.sh
parentnew ui, loading external png's now (diff)
downloadfbsplash-d6b3e55ed77efec9c539ce5a196a0d05eff19e88.tar.gz
fbsplash-d6b3e55ed77efec9c539ce5a196a0d05eff19e88.tar.xz
fbsplash-d6b3e55ed77efec9c539ce5a196a0d05eff19e88.zip
minor changes...
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##*/}")"