Progress towards a resizable launcher window

This commit is contained in:
2022-04-03 13:08:28 -05:00
parent 4e469cb12c
commit b73826ed1f
7 changed files with 66 additions and 57 deletions

View File

@@ -104,7 +104,9 @@ class W3DHub
end
end
image Cache.path(Store.account.avatar_uri), height: 1.0
stack(fill: true, height: 1.0) do
image Cache.path(Store.account.avatar_uri), height: 1.0
end
end
end