Add minimize button

This commit is contained in:
momo5502 2016-10-30 22:59:27 +01:00
parent 8a61f72ce7
commit 330a3158e8

View File

@ -78,7 +78,7 @@ namespace Components
retn retn
setBorder: setBorder:
mov ebp, WS_VISIBLE | WS_SYSMENU | WS_CAPTION mov ebp, WS_VISIBLE | WS_SYSMENU | WS_CAPTION | WS_MINIMIZEBOX
retn retn
} }
} }