You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
Hi,
Why minimal height for KryptonForms is set on 78 px.? I have collapse option on my forms where I set form height on 40 px.
I use old dlls and its possible to set that height, but now I want to use new dlls and I found this "defect".
The text was updated successfully, but these errors were encountered:
to allow the title bar, and a status bar to be sensibly displayed the mmi.ptMinTrackSize.Y*2 is used from the 'PI.MINMAXINFO mmi = (PI.MINMAXINFO)Marshal.PtrToStructure(m.LParam, typeof(PI.MINMAXINFO));' that is passed to the OnWM_GETMINMAXINFO(ref Message m) call.
Please be aware that on multi-monitor aware dpi, forcing a 40pixel minimum for the use of an extra-largefont on a 4k screen, is going to be rather small !
The reason for the won't fix, is as above, However, if you want to override the the OnWM_GETMINMAXINFO(ref Message m) call, then you still can, and that will allow you to set a smaller minimum for the form you are wanting to control.
Hi,
Why minimal height for KryptonForms is set on 78 px.? I have collapse option on my forms where I set form height on 40 px.
I use old dlls and its possible to set that height, but now I want to use new dlls and I found this "defect".
The text was updated successfully, but these errors were encountered: