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?
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.
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?
Originally posted by @step- in https://github.com/v1cont/yad/pull/29#issuecomment-463777091