Skip to content

Commit

Permalink
Fix popup size on Plasma 5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ilarth committed Jan 7, 2023
1 parent bb59ef9 commit 9f2ac02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cqcb.plasma.webslice/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Item {

width: (displaySiteBehaviour) ? 0 : webPopupWidth
height: (displaySiteBehaviour) ? 0 : webPopupHeight

implicitWidth: width
implicitHeight: height

Layout.fillWidth: fillWidthAndHeight
Layout.fillHeight: fillWidthAndHeight

Expand Down

0 comments on commit 9f2ac02

Please sign in to comment.