QML: remove unused property

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-04-15 07:09:23 -07:00
parent f28266bb19
commit a47bcbb3e7
2 changed files with 0 additions and 3 deletions

View file

@ -55,8 +55,6 @@ Kirigami.ScrollablePage {
activeBackgroundColor: subsurfaceTheme.primaryColor
textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.textColor
property real detailsOpacity : 0
states: [
State {
name: "isHidden";

View file

@ -20,7 +20,6 @@ Kirigami.AbstractListItem {
height: Math.round(Kirigami.Units.gridUnit * 1.8)
padding: 0
property real detailsOpacity : 0
property color textColor: subsurfaceTheme.secondaryTextColor
Row {