Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ totalHeight
Method
totalHeight
launcher/ui/instanceview/VisualGroup.cpp:289–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
int VisualGroup::totalHeight() const
290
{
291
return headerHeight() + 5 + contentHeight(); // FIXME: wtf is that
'5'
?
292
}
293
294
int VisualGroup::headerHeight() const
295
{
Callers
2
updateScrollbar
Method · 0.80
paintEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected