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