This commit is contained in:
doitux
2007-03-29 22:58:04 +00:00
parent c1f7a257f1
commit 1c7f572fbf
19 changed files with 525 additions and 267 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ void MyCardsPixmapLabel::startFadeOut(int speed) {
void MyCardsPixmapLabel::nextFadeOutFrame() {
if (frameOpacity < 0.65) {
if (frameOpacity < 0.75) {
frameOpacity += opacityRaiseIntervall;
update();
}