MCPcopy 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
289int VisualGroup::totalHeight() const
290{
291 return headerHeight() + 5 + contentHeight(); // FIXME: wtf is that '5'?
292}
293
294int VisualGroup::headerHeight() const
295{

Callers 2

updateScrollbarMethod · 0.80
paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected