diff --git a/Modules/Bar/Widgets/Brightness.qml b/Modules/Bar/Widgets/Brightness.qml index 2000f56c..5246a182 100644 --- a/Modules/Bar/Widgets/Brightness.qml +++ b/Modules/Bar/Widgets/Brightness.qml @@ -92,8 +92,8 @@ Item { if (!monitor) return "" return I18n.tr("tooltips.brightness-at", { - "brightness": Math.round(monitor.brightness * 100) - }) + "brightness": Math.round(monitor.brightness * 100) + }) } onWheel: function (angle) {