From 240f5ad6ef82093edc4e1f1b3edf47205ab7b783 Mon Sep 17 00:00:00 2001 From: jcznk <60730312+jcznk@users.noreply.github.com> Date: Sun, 13 Jul 2025 15:55:52 +0200 Subject: [PATCH] Add margin to QPushButton to prevent clipping --- qt/aqt/stylesheets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/aqt/stylesheets.py b/qt/aqt/stylesheets.py index 6b4eff1f5..f0d0b0c45 100644 --- a/qt/aqt/stylesheets.py +++ b/qt/aqt/stylesheets.py @@ -198,6 +198,7 @@ class CustomStyles: tm.var(colors.BUTTON_GRADIENT_END), ) }; + }} QPushButton:default:hover {{ border-width: 2px;