mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 13:14:26 -04:00
[ui] fix notification dialog messages being truncated
* We now auto resize the height of the Notification dialog according to the number of lines of the message. * Also harmonize local RECT variable names according to what we do elsewhere.
This commit is contained in:
parent
645184f11e
commit
d6e6f46029
4 changed files with 61 additions and 43 deletions
|
@ -2972,7 +2972,7 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
|
|||
case WM_COMMAND:
|
||||
#ifdef RUFUS_TEST
|
||||
if (LOWORD(wParam) == IDC_TEST) {
|
||||
ToggleImageSettings("blah.iso");
|
||||
Notification(MSG_ERROR, NULL, lmprintf(MSG_042), lmprintf(MSG_043, lmprintf(MSG_055)));
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue