lxqt / lxqt-qtplugin

LXQt Qt platform integration plugin
https://lxqt.github.io
GNU Lesser General Public License v2.1
24 stars 14 forks source link

Making tool-bar icon size configurable? #90

Open tsujan opened 2 months ago

tsujan commented 2 months ago

Some users may need to have a small tool-bar icon size, and the parameter ToolBarIconSize exists for that, but we don't set it. Should we set it?

Please note that apps as well as Qt styles are free to ignore it.

palinek commented 2 months ago

For me yes. You are the advocate of not cluttering the configuration possibilities :-D. So if you're ok with it, I second that.

tsujan commented 2 months ago

A user wanted it in pcmanfm-qt and, of course, I was against it ;) But his use case was related to his device; hence proposing a global option here.

So, we could add a few lines of codes to lxqt-qtplugin and lxqt-config, telling in a tooltip of the latter that the setting could be overridden by apps or Qt styles.