Navigation Menu

Skip to content

Commit

Permalink
[ui] Make "fader" background black instead of white
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Perl committed Sep 20, 2013
1 parent 251eb51 commit a2bd90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/MenuFingerterm.qml
Expand Up @@ -38,7 +38,7 @@ Rectangle {

Rectangle {
id: fader
color: "#ffffff"
color: "#000000"
opacity: 0
y: 0
x: 0
Expand Down

0 comments on commit a2bd90e

Please sign in to comment.