[vlc-commits] [Git][videolan/vlc][master] qml: show delegate border at all times in toolbar editor

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Mar 9 20:18:51 UTC 2024



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
1d9f62a8 by Fatih Uzunoglu at 2024-03-09T20:02:07+00:00
qml: show delegate border at all times in toolbar editor

- - - - -


1 changed file:

- modules/gui/qt/dialogs/toolbar/qml/EditorDNDDelegate.qml


Changes:

=====================================
modules/gui/qt/dialogs/toolbar/qml/EditorDNDDelegate.qml
=====================================
@@ -136,8 +136,7 @@ Control {
         color: "transparent"
 
         border.width: VLCStyle.dp(1, VLCStyle.scale)
-        border.color: containsMouse && !pressed ? theme.border
-                                                : "transparent"
+        border.color: theme.border
     }
 
     contentItem: Item {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1d9f62a8d79c5d89b619763f62ff0bac68d64ed3

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1d9f62a8d79c5d89b619763f62ff0bac68d64ed3
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list