diff options
author | Jonathan Bauer | 2011-06-20 17:01:07 +0200 |
---|---|---|
committer | Jonathan Bauer | 2011-06-20 17:01:07 +0200 |
commit | d6b3e55ed77efec9c539ce5a196a0d05eff19e88 (patch) | |
tree | 72d05ea94c7dca382a10641ec3b40e591540c589 | |
parent | new ui, loading external png's now (diff) | |
download | fbsplash-d6b3e55ed77efec9c539ce5a196a0d05eff19e88.tar.gz fbsplash-d6b3e55ed77efec9c539ce5a196a0d05eff19e88.tar.xz fbsplash-d6b3e55ed77efec9c539ce5a196a0d05eff19e88.zip |
minor changes...
-rwxr-xr-x | run.sh | 4 | ||||
-rw-r--r-- | src/fbsplash.ui | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -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##*/}")" diff --git a/src/fbsplash.ui b/src/fbsplash.ui index 1d0b767..a5ed56b 100644 --- a/src/fbsplash.ui +++ b/src/fbsplash.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>960</width> - <height>567</height> + <width>865</width> + <height>521</height> </rect> </property> <property name="windowTitle"> @@ -15,7 +15,7 @@ </property> <property name="styleSheet"> <string notr="true">#fbsplash{ -background:black; +background:grey; }</string> </property> <layout class="QGridLayout" name="gridLayout_2"> @@ -64,7 +64,7 @@ background:black; <string notr="true">#progressBar{ padding: 1px; border-style: solid; -border: 2px solid gray; +border: 2px solid white; border-radius: 8px; }</string> </property> |