MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setRowHeight

Method setRowHeight

src/components/ComponentListComponent.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void ComponentListComponent::setRowHeight(int row, unsigned int size)
80{
81 mRowHeights[row] = size;
82 updateSize();
83}
84
85void ComponentListComponent::setColumnWidth(int col, unsigned int size)
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected