Jamie Booth
Results
2
issues of
Jamie Booth
This code will allow buttons, togglebuttons and labels to be justified. It currently does not validate or default it the provided position to a valid one. A position can be...
feature
When setting a fixed width for a label using SetRequisition, the label will not be centered, but will be left justified. Brew code snippet from Label.cpp: ``` c++ 22 if(...
bug