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

@ -21,6 +21,7 @@
import QtQuick 2.0
import 'icons/icons.js' as Icons
import 'common/constants.js' as Constants
Item {
height: 64 * pgst.scalef
@ -30,6 +31,7 @@ Item {
anchors.centerIn: parent
icon: Icons.aperture
rotation: 180 * parent.phase
color: Constants.colors.highlight
}
property real phase: 0