MCPcopy Create free account
hub / github.com/chieapp/chie / resizeVerticallyToFitContentView

Method resizeVerticallyToFitContentView

src/view/base-window.ts:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111 // Increase window size automatically to fit all content.
112 resizeVerticallyToFitContentView() {
113 this.resizeToFitContentView({width: this.contentView.getBounds().width});
114 }
115}

Callers 5

#updateAPIParamsViewMethod · 0.80
constructorMethod · 0.80
#toggleAPIParamsMethod · 0.80
#createAPIParamsViewMethod · 0.80

Calls 1

Tested by

no test coverage detected