Login  Register

Re: UI Support for high DPI monitors

Posted by stranger573 on Mar 07, 2015; 11:33pm
URL: https://forum.librecad.org/UI-Support-for-high-DPI-monitors-tp5711067p5711154.html

Hi dxli,

All the widgets for which hard fixed size in pixels - this is a problem for high resolution display! Layer list and block list too.

For cadtoolbar hard fixed width (qg_cadtoolbar.ui file):
...
<width>66</width>
...
<sizepolicy hsizetype="Fixed"
...

Note: 66 pixels for 200 dpi, is 8.382 mm. In this place on the width of the two buttons, it ~3x3 mm button!