Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ contentHeight
Method
contentHeight
launcher/ui/instanceview/VisualGroup.cpp:236–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
int VisualGroup::contentHeight() const
237
{
238
if (collapsed) {
239
return 0;
240
}
241
auto last = rows[numRows() - 1];
242
return last.top + last.height;
243
}
244
245
int VisualGroup::numRows() const
246
{
Callers
1
updateScrollbar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected