* since Core i5/Core i3 can have same model/family/stepping values additional string evaluation is needed This fixes #12695
Removed workaround for already fixed bug 4217 and removed the call to SetExplicitPreferredSize(), since the layout system was always able to calculate good values for PreferredSize. So for me the call seems to be superfluous. Fixes #13353
Signed-off-by: Augustin Cavalier <[email protected]> Fixes #13819. Some style fixes by me.