[NotificationHeader] Fix displaying progress indicator on different DPI
Currently, the progress indicator is normally displayed only if the DPI is a multiple of 100, at other DPI values it's almost invisible or not visible at all. This MR fixes that issue.
Edited by Eugene Popov