Bar: fixed brightness widget size

This commit is contained in:
LemmyCook
2025-08-25 00:01:33 -04:00
parent d7206410f4
commit bf16a6ee16

View File

@@ -14,8 +14,8 @@ Item {
// Used to avoid opening the pill on Quickshell startup
property bool firstBrightnessReceived: false
width: pill.width
height: pill.height
implicitWidth: pill.width
implicitHeight: pill.height
visible: getMonitor() !== null
function getMonitor() {