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