Bar: fixed brightness widget size
This commit is contained in:
parent
d7206410f4
commit
bf16a6ee16
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue