Skip to content

Commit

Permalink
Fix #109 - popup broken in upcoming Plasma 5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Islamov committed Oct 13, 2022
1 parent 1d0b051 commit b238a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/contents/ui/FullRepresentation.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Item {
property int headingHeight: defaultFontPixelSize * 2
property double hourLegendBottomMargin: defaultFontPixelSize * 0.2

width: imageWidth
height: headingHeight + imageHeight + footerHeight + nextDaysHeight + 14
implicitWidth: imageWidth
implicitHeight: headingHeight + imageHeight + footerHeight + nextDaysHeight + 14



Expand Down

0 comments on commit b238a52

Please sign in to comment.