win32\sel.cpp: remove extra spaces
This commit is contained in:
parent
7c83e4056a
commit
ff4a23ed58
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue