Color and layout refinements

This commit is contained in:
Thomas Perl 2014-02-07 18:03:58 +01:00
parent 99cf0780c1
commit 67f40d6a04
12 changed files with 47 additions and 16 deletions

View file

@ -20,9 +20,11 @@
import QtQuick 2.0
import 'common/constants.js' as Constants
Rectangle {
id: page
color: 'white'
color: Constants.colors.page
default property alias children: dragging.children
property alias hasPull: dragging.hasPull
@ -52,7 +54,7 @@ Rectangle {
}
Rectangle {
color: '#ffffff'
color: Constants.colors.page
anchors.fill: parent
opacity: page.pullPhase * 0.9