fix sizing

This commit is contained in:
Kainoa Kanter 2025-09-04 12:03:41 -07:00
parent 1f9c54438a
commit c394368dc5
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -9,7 +9,9 @@ NIconButton {
id: root
property ShellScreen screen
property real scaling: ScalingService.scale(screen)
property real scaling: 1.0
sizeRatio: 0.8
icon: "power_settings_new"
tooltipText: "Power Settings"
@ -18,4 +20,4 @@ NIconButton {
colorBorder: Color.transparent
colorBorderHover: Color.transparent
onClicked: PanelService.getPanel("powerPanel")?.toggle(screen)
}
}