v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
687 stars 57 forks source link

[Feature] extend icon resizing (--icons --icon-width) to compact list mode #35

Closed step- closed 5 years ago

step- commented 5 years ago

I'm opening this feature request as a follow up to PR #29, which is closed.

Victor, thank you for the feature in #29 6239dcf. It works very well for the grid layout. I wonder why you chose not to implement it also for the icon list (--compact) layout. I think it would be useful also in that case. Look at the screen shot below: yad 6239dcf --icon-size=32 --compact. The icons in /usr/share/pixmaps have different sizes so yad displays them at different sizes. It would look much better, and more compact, if yad resized those icons the same size. And that is a user-specified size. So would you please make --icon-size work for --compact mode, too? yad-20190214-002

Originally posted by @step- in https://github.com/v1cont/yad/pull/29#issuecomment-463777091

v1cont commented 5 years ago

https://github.com/v1cont/yad/commit/b2355b8e4eb546297f0a7940d697abe1cbdf6a4e

step- commented 5 years ago

Hi Victor, I tested commit b2355b8 (gtk2 build only) and I can confirm that now the icon list displays equally-sized, small icons, and ignores --icon-size. This is consistent with the help file entry so I'm closing this issue. Thanks.