Page 1 of 1
Bigger Icons for High DPI Screens
Posted: Fri Jan 31, 2014 11:14 pm
by Christian+
On high-resolution screens the icons of the IDE are much too small.
It would be nice to have an option to use larger icons.
Screenshot:

Re: Bigger Icons for High DPI Screens
Posted: Sat Feb 01, 2014 2:02 am
by IdeasVacuum
...Just tried changing the Silk Theme icons to 32x32, but the IDE disregarded the new .zip file

Re: Bigger Icons for High DPI Screens
Posted: Sat Feb 01, 2014 6:34 am
by Danilo
Christian+ wrote:It would be nice to have an option to use larger icons.
It is not the IDE only, it is PB's toolbar library in general that allows only 16x16 icons.
So all PB programs using the standard toolbar with 16x16 icons are affected.
4K displays coming and getting cheaper...

8K at 7680 x 4320 will follow.
Re: Bigger Icons for High DPI Screens
Posted: Sat Feb 01, 2014 7:11 am
by skywalk
Yeah, I use 32x32 png's for most apps and wound up using some of
Sparkie's code and ToolBarImageButton(). But this is Windows only.
Re: Bigger Icons for High DPI Screens
Posted: Sat Feb 01, 2014 11:43 am
by Danilo
skywalk wrote:Yeah, I use 32x32 png's for most apps and wound up using some of
Sparkie's code and ToolBarImageButton(). But this is Windows only.
I wrote Windows-only Toolbar Pro 10 years ago. PB toolbar lib didn't change in 10 years,
so it looks like the 4K and 8K displays are a good thing - they force enhancements and make the
old stuff obsolete.

Re: Bigger Icons for High DPI Screens
Posted: Mon Feb 17, 2014 1:45 am
by Controller
Better solution would be real scalability, svg, or maybe wmf/emf? but would need a rendering engine allowing icon output, and color replacement / windows system colors support.