https://bugs.kde.org/show_bug.cgi?id=422567

Alex <alexander.loh...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.loh...@gmx.de

--- Comment #1 from Alex <alexander.loh...@gmx.de> ---
In the source code there is `units.iconSizes.small` used, but changing the
small icon size for "Small Icons" in the system settings didn't change it. I am
honestly not an expert in regards to these framework units etc.

To give you a workaround:
Edit the /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/milou/ResultDelegate.qml
file. There you change the PlasmaCore.IconItem item (lime 191+) and add a
factor to the width and height:
> Layout.preferredWidth: units.iconSizes.small*1.5
> Layout.preferredHeight: units.iconSizes.small*1.5
Then restart krunner:
>kquitapp5 krunner;kstart5 krunner
And you should have bigger icons :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to