MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / adjustSizes

Method adjustSizes

Components/MainSpectrum.cpp:699–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699void
700MainSpectrum::adjustSizes(void)
701{
702 this->setSidePanelWidth(qBound(0, this->maxToolWidth, 220));
703}
704
705qreal
706MainSpectrum::sidePanelRatio(void) const

Callers 1

postLoadInitMethod · 0.45

Calls 1

setSidePanelWidthMethod · 0.95

Tested by

no test coverage detected