| 2345 | } |
| 2346 | |
| 2347 | void alignTextToRadioButton() |
| 2348 | { |
| 2349 | // Radio button text position is rounded up |
| 2350 | alignTextToFramePadding( std::ceil( ( cRadioButtonSize * UI::scale() - GImGui->FontSize ) * 0.5f ) ); |
| 2351 | } |
| 2352 | |
| 2353 | void alignTextToCheckBox() |
| 2354 | { |
nothing calls this directly
no test coverage detected