Skip to content

Commit 69d5b7b

Browse files
committed
activate-linux: use implicit size
1 parent bbb03fd commit 69d5b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activate_linux/shell.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ShellRoot {
2424
bottom: 50
2525
}
2626

27-
width: content.width
28-
height: content.height
27+
implicitWidth: content.width
28+
implicitHeight: content.height
2929

3030
color: "transparent"
3131

0 commit comments

Comments
 (0)