mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
refactor: mega refactoring of a bunch of things
This commit is contained in:
@@ -13,13 +13,12 @@ Item {
|
||||
property bool enabled: true
|
||||
property string unit: "%"
|
||||
property bool showValue: true
|
||||
property bool isDragging: false
|
||||
|
||||
signal sliderValueChanged(int newValue)
|
||||
signal sliderDragFinished(int finalValue)
|
||||
|
||||
height: 80
|
||||
|
||||
property bool isDragging: false
|
||||
|
||||
Column {
|
||||
anchors.fill: parent
|
||||
|
||||
Reference in New Issue
Block a user