Skip to content

Commit ec609bc

Browse files
committed
some positioning stuff
1 parent 8481f16 commit ec609bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reducers/bottomReducers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const toggleNative = (state: ApplicationStateInt) => {
127127
const app = components.find((e: ComponentInt) => e.id === 1);
128128
app.position.width = !state.native ? 500 : 1200;
129129
app.position.height = !state.native ? 850 : 800;
130+
app.position.y = !state.native ? 50 : 25;
130131
app.changed = true;
131132

132133
return {

0 commit comments

Comments
 (0)