Skip to content

Commit 1c4323b

Browse files
committed
general: UI: change QSplitter style
Signed-off-by: Andrei Popa <andrei.popa@analog.com>
1 parent 9343fd5 commit 1c4323b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui/style/qss/generic/global.qss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ QWidget {
1010
QSplitter { color: &content_default& }
1111
QSplitter::handle:horizontal { width: 6px; }
1212
QSplitter::handle:vertical { height: 6px; }
13-
QSplitter::handle:hover { background-color: rgba(0, 0, 0, 40); }
14-
QSplitter::handle:pressed { background-color: rgba(0, 0, 0, 70); }
13+
QSplitter::handle:hover { background-color: &background_secondary&; }
14+
QSplitter::handle:pressed { background-color: &background_secondary&; }
1515
QSplitter::handle:disabled { background-color: transparent; }
1616

1717
QTextBrowser {

0 commit comments

Comments
 (0)