Apparently button have a minimum size
For example the command
yad --button="eraser-16.svg":1
where eraser-16.svg is a 16x16 image
produced a button which is much larger than the image. Adding --geometry 20x20
doesn't help
Is there a way to have tiny buttons (say 16x16 or so)?
Apparently button have a minimum size For example the command yad --button="eraser-16.svg":1 where eraser-16.svg is a 16x16 image produced a button which is much larger than the image. Adding --geometry 20x20 doesn't help Is there a way to have tiny buttons (say 16x16 or so)?