Hi,
When using multiple QPushButtons in a layout with a spacer, they appear to be squashed like this:

My workaround was to add a min-width of 70 pixels to the QPushButton class, but maybe there's a better solution. Maybe adding a default padding in each direction should work.
Hi,
When using multiple QPushButtons in a layout with a spacer, they appear to be squashed like this:

My workaround was to add a
min-widthof 70 pixels to the QPushButton class, but maybe there's a better solution. Maybe adding a default padding in each direction should work.