OSDN Git Service

WelcomePage: fix tabbar
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 5 Oct 2011 13:14:23 +0000 (15:14 +0200)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>
Wed, 5 Oct 2011 15:14:40 +0000 (17:14 +0200)
Change-Id: Ic45a2bbc4773e903d8fa955b519171bed935f38e
Reviewed-on: http://codereview.qt-project.org/6062
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
share/qtcreator/welcomescreen/widgets/SingleTab.qml

index 41d050a..9a6c608 100644 (file)
@@ -108,15 +108,6 @@ Item {
     }
     states: [
         State {
-            name: "hover"
-            id: hoverState; when: mouseArea.containsMouse && tabBar.current !== index
-
-            PropertyChanges {
-                target: item
-                opacity: 0.100
-            }
-        },
-        State {
             name: "active"
             id: activeState; when: tabBar.current === index
             PropertyChanges { target: text; color: "#f3f3f3" }