aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveList.qml2
-rw-r--r--mobile-widgets/qml/DownloadedDiveDelegate.qml1
2 files changed, 0 insertions, 3 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index ed2bb674f..d332769e5 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -55,8 +55,6 @@ Kirigami.ScrollablePage {
activeBackgroundColor: subsurfaceTheme.primaryColor
textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.textColor
- property real detailsOpacity : 0
-
states: [
State {
name: "isHidden";
diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml
index 3addcda31..103d9f534 100644
--- a/mobile-widgets/qml/DownloadedDiveDelegate.qml
+++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml
@@ -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 {