Skip to content
Snippets Groups Projects
Commit a0bfe1f8 authored by Benjamin Arnaud's avatar Benjamin Arnaud
Browse files

qml/VLCStyle: Update 'focus_border' to one pixel

parent 511767ea
No related branches found
Tags v1.7.0-rc2
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment