On Friday March 17 2017 16:08:34 solitone wrote: >No, in Qt Assistant incons in menu entries are properly sized. This may be because it doesn't activate hires support. >In fact, I get the Breeze theme irrespective of those two variables being >unset. That surprises me. Do you have any QT_* variables set in your environment? There's QT_QPA_PLATFORMTHEME that forces Qt to select a specific theme; if that variable is set to "kde" you get the look and feel configured via the systemsettings application. Hope you find the culprit. FWIW, a while back when I was working on the QtCurve style I noticed that it uses internal bitmaps for things like ticks (checkmarks) in menus. Those are evidently not resolution independent, a problem you appear to be running into to. R.