win32\sel.cpp: remove extra spaces

This commit is contained in:
taoenwen 2025-06-25 16:51:30 +08:00
parent 7c83e4056a
commit ff4a23ed58
1 changed files with 1 additions and 2 deletions

View File

@ -2861,10 +2861,9 @@ static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lP
const int EXPAND_ICON_SIZE = 16 + 8;
const int temp_right = rect.right;
rect.right = EXPAND_ICON_SIZE + FIELD_SIZE - 2;
DrawText(lptvcd->nmcd.hdc, BurnDrvGetText(DRV_NAME), -1, &rect, DT_NOPREFIX | DT_SINGLELINE | DT_LEFT | DT_VCENTER | DT_END_ELLIPSIS);
rect.right = temp_right;
rect.left += FIELD_SIZE;
}