From 31a96f94b69238e1cce81189a0aeff638f656df5 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sat, 11 Apr 2026 07:38:47 +0000 Subject: [PATCH] fix styles --- lib/idevice-rs | 2 +- src/statusballoon.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/idevice-rs b/lib/idevice-rs index c949705..f59137a 160000 --- a/lib/idevice-rs +++ b/lib/idevice-rs @@ -1 +1 @@ -Subproject commit c94970512823cdbae24f68b916a1ce6b620ddc76 +Subproject commit f59137aea067020f6c9c2abe49373cac7d5264d9 diff --git a/src/statusballoon.cpp b/src/statusballoon.cpp index 77e9087..5c497f7 100644 --- a/src/statusballoon.cpp +++ b/src/statusballoon.cpp @@ -155,7 +155,7 @@ void BalloonProcess::updateStyles() " padding: 4px 8px;" "}" "QWidget#BalloonProcess QPushButton:hover {" - " background-color: #D6D6D6;" + "background-color: palette(Dark);" "}"; #endif } else { @@ -173,7 +173,7 @@ void BalloonProcess::updateStyles() " padding: 4px 8px;" "}" "QWidget#BalloonProcess QPushButton:hover {" - " background-color: rgba(255,255,255,26);" + "background-color: palette(Light);" "}"; #endif }