mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
settings: break out dank bar widgets
This commit is contained in:
@@ -24,7 +24,7 @@ Item {
|
||||
readonly property int insetCircle: 24
|
||||
|
||||
width: showText ? parent.width : trackWidth
|
||||
height: showText ? 60 : trackHeight
|
||||
height: showText ? (description.length > 0 ? 60 : 44) : trackHeight
|
||||
|
||||
function handleClick() {
|
||||
if (!enabled) return
|
||||
|
||||
Reference in New Issue
Block a user