[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/plasma/declarative-applets/replacements/rssnow/package/contents/ui
From:       Lukas Appelhans <l.appelhans () gmx ! de>
Date:       2010-12-10 13:34:22
Message-ID: 20101210133422.0D26BAC8A6 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1205218 by lappelhans:

Only show when the mouse is over the area


 M  +5 -1      ListItemEntry.qml  


--- trunk/playground/base/plasma/declarative-applets/replacements/rssnow/package/contents/ui/ListItemEntry.qml \
#1205217:1205218 @@ -108,12 +108,16 @@
                 leftArrow.opacity = 1
             }
         }
-        onExited: {
+        onEntered: {
             rightArrow.opacity = 1
             leftArrow.opacity = 1
         }
+        onExited: {
+            rightArrow.opacity = 0
+            leftArrow.opacity = 0
     }
 }
+}
 
 
 //mapFromItem ( Item item, real x, real y )
\ No newline at end of file


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic