Fixed a bunch of scaling issue in bar NIconButtons

This commit is contained in:
ItsLemmy
2025-10-09 17:31:42 -04:00
parent 075c8f08f6
commit 0989601dbc
14 changed files with 24 additions and 12 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ import qs.Widgets
NIconButton {
id: root
property real scaling: 1.0
// NIconButton must only define screen, not scaling
property ShellScreen screen
icon: "camera-video"
tooltipText: ScreenRecorderService.isRecording ? I18n.tr("tooltips.click-to-stop-recording") : I18n.tr("tooltips.click-to-start-recording")