Skip to content

Commit

Permalink
change navigator maxWidth to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed Oct 5, 2023
1 parent bc9af51 commit 459f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/components/canvas/grid-panels-state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Substores, useEditorState } from '../editor/store/store-hook'

export const GridMenuWidth = 268
export const GridMenuMinWidth = 200
export const GridMenuMaxWidth = 300
export const GridMenuMaxWidth = 500

export const GridPaneWidth = 500

Expand Down

0 comments on commit 459f93b

Please sign in to comment.