Skip to content

Commit d4d39d6

Browse files
committed
fix: allocate less space to ProfileExplorer
1 parent c797c6c commit d4d39d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare/src/controller/terminal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type State = Partial<Pick<BaseProps, "cmdline" | "env">> & {
9494
export class TaskTerminal extends React.PureComponent<Props, State> {
9595
/** Allotment initial split ... allotments */
9696
private readonly splits = {
97-
horizontal: [35, 65],
97+
horizontal: [25, 75],
9898
vertical1: [100], // no `this.props.belowTerminal`
9999
vertical2: [40, 60], // yes
100100
}

0 commit comments

Comments
 (0)