Skip to content

Commit

Permalink
feat: set default entry col width
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jun 10, 2024
1 parent f9cb9e1 commit e4d4699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/store/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const useUIStore = createZustandStore<UIState & UIActions>(
version: 0,
},
)((set) => ({
entryColWidth: 450,
entryColWidth: 340,
setEntryColWidth(width) {
set({ entryColWidth: width })
},
Expand Down

0 comments on commit e4d4699

Please sign in to comment.