mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Fixed a bunch of scaling issue in bar NIconButtons
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user