decreased panel height in edit mode

This commit is contained in:
Torkel Ödegaard
2019-01-19 08:31:20 +01:00
parent f94a6b2431
commit d843044841
@@ -15,7 +15,7 @@ interface State {
}
export class PanelResizer extends PureComponent<Props, State> {
initialHeight: number = Math.floor(document.documentElement.scrollHeight * 0.4);
initialHeight: number = Math.floor(document.documentElement.scrollHeight * 0.3);
prevEditorHeight: number;
throttledChangeHeight: (height: number) => void;
throttledResizeDone: () => void;