summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-05-21 21:21:35 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-05-21 21:21:35 -0400
commit5228861b88076dc6bd8eaf46fa8c9b23cb5c2c3b (patch)
tree8097a760b05b1f93451e32e9c0e1e175665f8991 /resources/qml/TimelineView.qml
parentMerge origin/master into reactions (diff)
downloadnheko-5228861b88076dc6bd8eaf46fa8c9b23cb5c2c3b.tar.xz
Add reaction/redaction for in-line Reactions
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 3da2f09c..e5359910 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -16,6 +16,9 @@ Page {
 	property var systemInactive: SystemPalette { colorGroup: SystemPalette.Disabled }
 	property var inactiveColors: currentInactivePalette ? currentInactivePalette : systemInactive
 	property int avatarSize: 40
+	property real highlightHue: colors.highlight.hslHue
+	property real highlightSat: colors.highlight.hslSaturation
+	property real highlightLight: colors.highlight.hslLightness
 
 	palette: colors