[vlc-commits] [Git][videolan/vlc][master] qml/VLCStyle: Update 'focus_border' to one pixel

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Thu Oct 14 15:28:54 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
d49766f7 by Benjamin Arnaud at 2021-10-14T15:07:49+00:00
qml/VLCStyle: Update 'focus_border' to one pixel

- - - - -


1 changed file:

- modules/gui/qt/style/VLCStyle.qml


Changes:

=====================================
modules/gui/qt/style/VLCStyle.qml
=====================================
@@ -52,7 +52,7 @@ QtObject {
 
     // Borders
     readonly property int border: dp(1, scale)
-    readonly property int focus_border: dp(2, scale)
+    readonly property int focus_border: border
 
     readonly property int fontSize_xsmall: fontMetrics_xsmall.font.pixelSize
     readonly property int fontSize_small:  fontMetrics_small.font.pixelSize



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

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




More information about the vlc-commits mailing list