From b8b39459be7a99c3524c5591c1322579270fda4a Mon Sep 17 00:00:00 2001
From: Andy <xandyx@riseup.net>
Date: Mon, 27 Mar 2023 20:14:10 +0200
Subject: [PATCH] Hide buttons in EventView smoother

---
 ui/EventView.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ui/EventView.qml b/ui/EventView.qml
index 1201619..21b1ca6 100644
--- a/ui/EventView.qml
+++ b/ui/EventView.qml
@@ -355,6 +355,9 @@ Cras nec ante sit amet augue sodales iaculis. Aliquam erat volutpat. Nam aliquet
             Frame {
                 Layout.alignment: Qt.AlignHCenter
 
+                visible: parent.opacity > 0.5
+                opacity: parent.opacity
+
                 background: Item {}
 
                 Row {
-- 
GitLab