Skip to content

Commit

Permalink
Set default window width to 720
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Nov 29, 2018
1 parent 2a23f73 commit 9d9f280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/user-config/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class DefaultUserConfigManager {
userStylesheet: "",
webSearches: defaultWebSearches,
windowMaxHeight: 560,
windowWidth: 860,
windowWidth: 720,
};
}
}

0 comments on commit 9d9f280

Please sign in to comment.