Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ totalHeight
Method
totalHeight
launcher/ui/instanceview/VisualGroup.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
int VisualGroup::totalHeight() const
263
{
264
return headerHeight() + 5 + contentHeight(); // FIXME: wtf is that
'5'
?
265
}
266
267
int VisualGroup::headerHeight() const
268
{
Callers
2
updateScrollbar
Method · 0.80
paintEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected