Don't show rounded corners
authorMohammed Sameer <msameer@foolab.org>
Sun, 16 Dec 2012 19:52:08 +0000 (21:52 +0200)
committerMohammed Sameer <msameer@foolab.org>
Sun, 16 Dec 2012 19:52:08 +0000 (21:52 +0200)
qml/main.qml

index ca0f710..127c36d 100644 (file)
@@ -159,6 +159,7 @@ PageStackWindow {
         }
 
         platformStyle: PageStackWindowStyle {
+                cornersVisible: false
                 // TODO: Hack
                 background: " "
         }