mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML: remove unused property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f28266bb19
commit
a47bcbb3e7
2 changed files with 0 additions and 3 deletions
|
@ -55,8 +55,6 @@ Kirigami.ScrollablePage {
|
|||
activeBackgroundColor: subsurfaceTheme.primaryColor
|
||||
textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.textColor
|
||||
|
||||
property real detailsOpacity : 0
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: "isHidden";
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue