diff options
Diffstat (limited to 'modules/bar/popouts/Wrapper.qml')
| -rw-r--r-- | modules/bar/popouts/Wrapper.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml index 7782d90..0b6fba8 100644 --- a/modules/bar/popouts/Wrapper.qml +++ b/modules/bar/popouts/Wrapper.qml @@ -8,6 +8,8 @@ Item { required property ShellScreen screen + visible: width > 0 && height > 0 + implicitWidth: content.implicitWidth implicitHeight: content.implicitHeight + BorderConfig.rounding * 2 |