From 5228861b88076dc6bd8eaf46fa8c9b23cb5c2c3b Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 21 May 2020 21:21:35 -0400 Subject: Add reaction/redaction for in-line Reactions --- resources/qml/TimelineView.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources/qml/TimelineView.qml') 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 -- cgit 1.5.1