diff options
Diffstat (limited to 'modules/osd/Osd.qml')
| -rw-r--r-- | modules/osd/Osd.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/osd/Osd.qml b/modules/osd/Osd.qml index f16b396..18c53ee 100644 --- a/modules/osd/Osd.qml +++ b/modules/osd/Osd.qml @@ -88,8 +88,8 @@ Variants { anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right + wrapperWidth: Math.min(wrapper.width, content.width) wrapperHeight: wrapper.height - realWrapperWidth: Math.min(wrapper.width, content.width) } LayerShadow { |