feat: refactor bar spacing functions to use dedicated functions
This commit is contained in:
@@ -5,7 +5,7 @@ import "../states/Network"
|
||||
MouseArea {
|
||||
id: networkButton
|
||||
|
||||
width: Math.max(networkText.width + Config.spacing_fun(height)*2, height)
|
||||
width: Math.max(networkText.width + Config.bar_spacing_fun(height)*2, height)
|
||||
height: bar.height
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
@@ -37,7 +37,7 @@ MouseArea {
|
||||
id: clockPopup
|
||||
anchorItem: networkButton
|
||||
anchorHovered: networkButton.containsMouse
|
||||
spacingValue: Config.spacing_fun(networkButton.height)
|
||||
spacingValue: Config.bar_spacing_fun(networkButton.height)
|
||||
radiusValue: Config.radius_fun(networkButton.height)
|
||||
|
||||
Column {
|
||||
|
||||
Reference in New Issue
Block a user