Open atulwy opened 9 years ago
Comment #1 originally posted by webyog on 2015-01-08T12:44:03.000Z:
see also https://code.google.com/p/sqlyog/issues/detail?id=2019
The most demaning model I know curently is https://www.mm-vision.dk/vision-b4385-baerbar-med-ips-panel (not a very expensive model, actually).. 13.3" - 3200 horizontal resolution. But we may seen even higher resolutions in the future.
Comment #2 originally posted by webyog on 2015-01-13T11:17:46.000Z:
Now tab images, height, width, are scaled with respect to current dpi.
Comment #3 originally posted by webyog on 2015-01-14T12:30:32.000Z:
larger icons, then these icons will look crisper.
Comment #4 originally posted by webyog on 2015-01-15T10:01:59.000Z:
Comment #5 originally posted by webyog on 2015-01-15T10:07:10.000Z:
Now images, controls, filter etc is dpi dependent.
Comment #6 originally posted by webyog on 2015-01-15T10:08:56.000Z:
Now images, controls, filters etc are scaled on dpi.
Comment #7 originally posted by webyog on 2015-01-15T11:19:02.000Z:
Now the menu text, image, lines etc are scaled based on dpi.
Comment #8 originally posted by webyog on 2015-01-15T11:20:17.000Z:
Now text, images, lines, bars is scaled based on dpi.
I am using ubuntu 20.04 LTS version and the sqlyog application has super small font size and icons. I tried forced text scaling but it doesn't have any effect. Attaching a screenshot, please provide a solution as I have tried multiple versions as well.[](url)
Original issue 2073 created by webyog on 2015-01-07T13:24:53.000Z:
I have attached screenshots of SQLyog on 2880*1800 display.
Problem-- Images are very small. Text are clipped. Controls are overlapped or have become smaller. Html content have become smaller. Watermark of different wizard are not scaled properly.
Solution-- Make SQLyog DPI aware. Instead of using static size use scaling based on current DPI. Design toolbar icon and other icons in larger size also.
Current maximum size is 32*32.
optimal Size of icons on different DPI are- 96 DPI: 32x32 120 DPI: 40x40 144 DPI: 48x48 192 DPI: 64x64 240 DPI: 80x80
Supporting upto 240 dpi will be enough I guess.
I have attached a screenshot of SQLyog when I forcefully stretch the toolbar icons to 64*64 pixels.
It seems that Visual Studio 10 is also not dpi aware. It also has same problems as SQLyog. Toolbar icons are stretched and become blurry. I have attached screenshot of visual studio also.