Re: [PyGObject] Make a button as small as possible

2019-03-15 Thread c.buhtz--- via python-hackers-list
> I created an MWE on StackeOverflow for that. > https://stackoverflow.com/q/55111383/4865723 There is an answer now on this question. It recommends CSS. It feels abstact to me but works in this example. The problem is that I don't know how to add this CSS to a specific button because I don't want

[PyGObject] Make a button as small as possible

2019-03-14 Thread c.buhtz--- via python-hackers-list
I would like to make a Gtk.Button or Gtk.ToolButton as small as possible. It should fit its label - not more. But I can not figuring it out. I created an MWE on StackeOverflow for that. https://stackoverflow.com/q/55111383/4865723 ___ python-hackers-list