Log window height based on dialog units to fix minimize bug

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7095 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-05-23 21:58:23 +00:00
parent a81a90ec25
commit 68547d1e63
2 changed files with 11 additions and 4 deletions

View file

@ -236,6 +236,7 @@ typedef struct ResizeData {
RECT griprect;
int dx;
int dy;
UINT bottompanelsize;
} NRESIZEDATA;
typedef struct FindReplaceDialog {