feat: refactor bar spacing functions to use dedicated functions
This commit is contained in:
@@ -5,7 +5,7 @@ import "../states/Audio"
|
||||
MouseArea {
|
||||
id: audioButton
|
||||
|
||||
width: Math.max(audioText.width + Config.spacing_fun(height)*2, height)
|
||||
width: Math.max(audioText.width + Config.bar_spacing_fun(height)*2, height)
|
||||
height: bar.height
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
|
||||
Reference in New Issue
Block a user