This commit is contained in:
LubuWest 2019-06-25 20:59:10 +02:00
commit d48847d183
135 changed files with 8879 additions and 3693 deletions

View file

@ -64,7 +64,7 @@ Rectangle{
states: [
State { name: "Pressed"
PropertyChanges { target: blueButton; color: "sky blue"} }
PropertyChanges { target: blueButton; color: "white"} }
]
transitions: [
Transition { to:"*"