mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 21:27:23 +01:00
fixes size for the window
This commit is contained in:
@@ -15,7 +15,7 @@ export const BlackMarketUplink = (props, context) => {
|
||||
} = data;
|
||||
return (
|
||||
<Window
|
||||
width={600}
|
||||
width={800}
|
||||
height={480}
|
||||
theme="hackerman"
|
||||
resizable>
|
||||
|
||||
Reference in New Issue
Block a user