Is there a standard for toolbar icon dimensions based on DPI?
问题 I have a 32 pixel toolbar: Is there a known standard for using different pixel heights for the toolbar based on different DPI configurations? If so, can you please point in in the right direction of this resource? The only thing I have located about this concept is here and I quote the example pseudo code: UINT smallToolbarID; if ( DPI == smaller ) { smallToolbarID = 16x16; largeToolbarID = 32x32 } else if ( DPI == medium ) { smallToolbarID = 20x20; largeToolbarID = 40x40 } else if ( DPI ==