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:
parent
a81a90ec25
commit
68547d1e63
2 changed files with 11 additions and 4 deletions
|
@ -236,6 +236,7 @@ typedef struct ResizeData {
|
|||
RECT griprect;
|
||||
int dx;
|
||||
int dy;
|
||||
UINT bottompanelsize;
|
||||
} NRESIZEDATA;
|
||||
|
||||
typedef struct FindReplaceDialog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue