Skip to content

Commit

Permalink
core: tweak default sidebar width
Browse files Browse the repository at this point in the history
Previously, the default was set to 30% which appeared a bit too large
and surprising. 20% is just about correct.
  • Loading branch information
stephanwlee committed Aug 11, 2021
1 parent b4700c3 commit abe259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/webapp/core/store/core_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ export const initialState: CoreState = {
},
polymerInteropRuns: [],
polymerInteropRunSelection: new Set(),
sideBarWidthInPercent: 30,
sideBarWidthInPercent: 20,
};

0 comments on commit abe259f

Please sign in to comment.