mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 06:52:50 -05:00
Implement font family changes
This commit is contained in:
@@ -102,7 +102,7 @@ Item {
|
||||
visible: (sliderMouseArea.containsMouse && slider.showValue) || (slider.isDragging && slider.showValue)
|
||||
opacity: visible ? 1 : 0
|
||||
|
||||
Text {
|
||||
StyledText {
|
||||
id: tooltipText
|
||||
|
||||
text: slider.value + slider.unit
|
||||
|
||||
Reference in New Issue
Block a user