mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-06 02:15:23 +08:00
update
This commit is contained in:
@ -4,6 +4,7 @@ import FluentUI 1.0
|
||||
|
||||
T.Slider {
|
||||
property bool tooltipEnabled: true
|
||||
property string text: String(control.value)
|
||||
id: control
|
||||
to:100
|
||||
stepSize:1
|
||||
@ -68,6 +69,6 @@ T.Slider {
|
||||
FluTooltip{
|
||||
parent: control.handle
|
||||
visible: control.tooltipEnabled && (control.pressed || control.hovered)
|
||||
text:String(control.value)
|
||||
text:control.text
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user