trevorsandy / lpub3d

An LDraw™ editor for LEGO® style digital building instructions.
https://trevorsandy.github.io/lpub3d/
133 stars 19 forks source link

configuration preferences dialog cutoff/min window size #616

Closed nathaneltitane closed 1 year ago

nathaneltitane commented 2 years ago

Subject

the configuration preferences window size is too small and cuts off, restricts visibility of certain settings. This issue may also be relevant for all other preference windows.

see attached.

2022-10-25_16-51

min window size should be adjuste for content to show as follows:

2022-10-25_16-53

Environment

trevorsandy commented 1 year ago

Thank you for reporting this behaviour.

I've set the preferences form width and height dimensions based those indicated by the Qt Designer editor.

Certainly it looks like those values do not universally adjust the preferences form sufficiently.

I'll take another look.

Cheers,

trevorsandy commented 1 year ago

I've added an update that uses a better approach to calculate the minimum size hint.

This update should correct the reported behaviour.

Cheers,