Add margin to QPushButton to prevent clipping

This commit is contained in:
jcznk 2025-07-13 15:55:52 +02:00 committed by GitHub
parent 99d24dd78f
commit 240f5ad6ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,6 +198,7 @@ class CustomStyles:
tm.var(colors.BUTTON_GRADIENT_END), tm.var(colors.BUTTON_GRADIENT_END),
) )
}; };
}} }}
QPushButton:default:hover {{ QPushButton:default:hover {{
border-width: 2px; border-width: 2px;