Hi,
I decided to take a look at this issue:
https://github.com/deadw00d/AROS/issues/73There are however two libraries that provide requesters: asl.library and reqtools.library. 99% of requesters in AROS code base are ASL requesters. MUI also uses ASL for its requesters. As for preferences tools, we only have one for reqtools.library. I'm not aware if there is ASL preference tool on other platforms (and if yes, it is open sourced). So it's "as planned" that Prefs/ReqTools does not affect majority of requesters in AROS.
You can see examples of both requesters on the screen shot below. On the left it's an ASL requester, on the right ReqTools requester.
I assume, in absense of Prefs application, you would like to have the requester on the left increased in size, correct?