From 471d76832a7ec42b148b4eab3e466432a7042e93 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 2 Jun 2019 22:01:40 -0400 Subject: reduced the padding of toolbar icons in the vs15 themes --- src/stylesheets/vs15 Dark-Red.qss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stylesheets/vs15 Dark-Red.qss') diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index 9f286335..3a0a645c 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -202,8 +202,7 @@ QToolBar::separator { width: 0; } QToolButton { - margin: 0 4px 0 4px; - padding: 5px; } + padding: 4px; } QToolButton:hover, QToolButton:focus { background-color: #3E3E40; } QToolButton:pressed { -- cgit v1.3.1