1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Remove double

This commit is contained in:
Elias 2019-01-16 19:54:46 +01:00
parent 31fa5e47cc
commit c9ac67c2a2

View File

@ -191,6 +191,7 @@ Item {
color: "#2F2F2F" color: "#2F2F2F"
font.pointSize: 9 font.pointSize: 9
font.family: "Segoe UI, Roboto" font.family: "Segoe UI, Roboto"
} }
} }
@ -290,11 +291,6 @@ Item {
target: icnType target: icnType
opacity: 0 opacity: 0
} }
PropertyChanges {
target: screenPlayItemWrapper
y: 0
opacity: 1
}
}, },
State { State {
name: "description" name: "description"