fixes size for the window

This commit is contained in:
qweq12yt
2021-03-19 17:01:57 -03:00
parent 4788a24184
commit 381baf32af

View File

@@ -15,7 +15,7 @@ export const BlackMarketUplink = (props, context) => {
} = data;
return (
<Window
width={600}
width={800}
height={480}
theme="hackerman"
resizable>