Skip to content

Commit

Permalink
fix: allocate less space to ProfileExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 7, 2022
1 parent c797c6c commit d4d39d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-codeflare/src/controller/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type State = Partial<Pick<BaseProps, "cmdline" | "env">> & {
export class TaskTerminal extends React.PureComponent<Props, State> {
/** Allotment initial split ... allotments */
private readonly splits = {
horizontal: [35, 65],
horizontal: [25, 75],
vertical1: [100], // no `this.props.belowTerminal`
vertical2: [40, 60], // yes
}
Expand Down

0 comments on commit d4d39d6

Please sign in to comment.