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
|
// Used to avoid opening the pill on Quickshell startup
|
||||||
property bool firstBrightnessReceived: false
|
property bool firstBrightnessReceived: false
|
||||||
|
|
||||||
width: pill.width
|
implicitWidth: pill.width
|
||||||
height: pill.height
|
implicitHeight: pill.height
|
||||||
visible: getMonitor() !== null
|
visible: getMonitor() !== null
|
||||||
|
|
||||||
function getMonitor() {
|
function getMonitor() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue