From cc8aa0310224b7b4897f10c5a0d2a224ba3ed4ba Mon Sep 17 00:00:00 2001 From: Xarkam Date: Sat, 7 Mar 2026 10:45:58 +0100 Subject: [PATCH] Hide QSlider handler --- styles/styles.qss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/styles/styles.qss b/styles/styles.qss index 6293cfd..1bd7e20 100644 --- a/styles/styles.qss +++ b/styles/styles.qss @@ -101,11 +101,16 @@ QSlider::add-page:horizontal { } QSlider::handle:horizontal { - background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(78, 195, 146), stop:1 rgb(57, 144, 107)); + /*background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(78, 195, 146), stop:1 rgb(57, 144, 107)); border: 1px solid rgb(78, 195, 146); width: 12px; height: 10px; margin-top: -8px; margin-bottom: -8px; - border-radius: 2px; + border-radius: 2px;*/ + background: transparent; + width: 0px; + height: 0px; + image: none; + border: none; }