Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
#updateAPIParamsView
Method · 0.80
constructor
Method · 0.80
#toggleAPIParams
Method · 0.80
#createAPIParamsView
Method · 0.80
#updateServiceParamsView
Method · 0.80
Calls
1
resizeToFitContentView
Method · 0.95
Tested by
no test coverage detected