MCPcopy 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
262int VisualGroup::totalHeight() const
263{
264 return headerHeight() + 5 + contentHeight(); // FIXME: wtf is that '5'?
265}
266
267int VisualGroup::headerHeight() const
268{

Callers 2

updateScrollbarMethod · 0.80
paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected