[QGIS-Developer] Hi-dpi 3.0 beta tests, your feedback wanted...

2018-02-15 Thread Nyall Dawson
Hi all, If you're running a QGIS 3.0 beta and have a hidpi/retina display, I'm after some feedback. Can you please run the following commands in the Python console: ss = iface.mainWindow().styleSheet() iface.mainWindow().setStyleSheet( ss + ' QToolBar > QToolButton {padding: 8px;} ') and see if

Re: [QGIS-Developer] Hi-dpi 3.0 beta tests, your feedback wanted...

2018-02-16 Thread Martin Dobias
Hi Nyall On Fri, Feb 16, 2018 at 7:41 AM, Nyall Dawson wrote: > > 1. your platform > 2. the "icon size" setting in QGIS options > 3. what you think the ideal padding should be. > > For me, on Win 10, 48px icon size, setting the padding to 8px makes a > HUGE improvement in the appearance of the to

Re: [QGIS-Developer] Hi-dpi 3.0 beta tests, your feedback wanted...

2018-02-16 Thread Mike
On Linux, 32 and 8 is a bit much. 32 and 4-5 looks good. 48 and 6-8 look good too. On Fri, Feb 16, 2018 at 1:38 AM, Martin Dobias wrote: > Hi Nyall > > On Fri, Feb 16, 2018 at 7:41 AM, Nyall Dawson > wrote: > > > > 1. your platform > > 2. the "icon size" setting in QGIS options > > 3. what you

Re: [QGIS-Developer] Hi-dpi 3.0 beta tests, your feedback wanted...

2018-02-16 Thread Tim Sutton
Hi Martin Thanks for looking at this. For MacOS I can report that the current default looks great, 8px wastes a lot of space: https://github.com/timlinux/QGIS/issues/2 Regards Tim > On 16 Feb 2018, at 20:01, Mike wrote: > > On Linux, > 32 and 8 i