From 7de1ec98dffb86dd4f2c28184a7684d30fda3b99 Mon Sep 17 00:00:00 2001 From: ShaopengLin Date: Wed, 7 Aug 2024 12:24:16 -0400 Subject: [PATCH] Fixed Bookmark Button padding Aligns left/right padding with top/bottom in LTR/RTL --- resources/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/style.css b/resources/css/style.css index 04d29cd..25de0cf 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -69,7 +69,8 @@ SearchBar > QToolButton { } SearchBar > BookmarkButton { - margin-right: 4px; + margin-right: 3px; + margin-left: 3px; } SearchBar > QToolButton:pressed,