Cleanup: Adjustments to comments to match code changes (#13636)

This commit is contained in:
Jonathan G Rennison
2025-02-22 13:28:35 +00:00
committed by GitHub
parent 2b80812922
commit 8566030c53
5 changed files with 11 additions and 8 deletions

View File

@@ -959,7 +959,9 @@ inline uint ComputeMaxSize(uint base, uint max_space, uint step)
* Next, specify its properties with one or more of
* - #SetMinimalSize Define the minimal size of the widget.
* - #SetFill Define how the widget may grow to make it nicely.
* - #SetDataTip Define the data and the tooltip of the widget.
* - #SetStringTip Define the string and the tooltip of the widget.
* - #SetSpriteTip Define the sprite ID and the tooltip of the widget.
* - #SetToolTip Define the tooltip of the widget.
* - #SetResize Define how the widget may resize.
* - #SetPadding Create additional space around the widget.
*