Pause button no longer has buttonshape behind it
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Sat, 20 Aug 2011 04:39:22 +0000 (07:39 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Sat, 20 Aug 2011 04:51:21 +0000 (07:51 +0300)
qml/ClocksPage.qml

index a8237e7..c8cabae 100644 (file)
@@ -54,6 +54,7 @@ Page
         ToolIcon { iconId: "toolbar-back"; onClicked: pageStack.pop() }
         ToolButton
         {
+            flat:  true //undocumented ToolButton feature: removes button background (showing just the icon)
             iconSource: ":/rc/pic/pausebutton.png"
             onClicked: wrappedClocksWidget.pause()
         }