handle size depending from the font
This commit is contained in:
parent
7490a782ab
commit
1bae18f4ff
@ -38,7 +38,7 @@ Item {
|
||||
property bool animated: false
|
||||
property alias inverted: range.inverted
|
||||
property bool updateValueWhileDragging: true
|
||||
property real handleSize: 22
|
||||
property real handleSize: theme.defaultFont.mSize.height*1.3
|
||||
|
||||
// Convenience API
|
||||
property bool _isVertical: orientation == Qt.Vertical
|
||||
|
Loading…
Reference in New Issue
Block a user