diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 22:01:40 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 22:01:40 -0400 |
| commit | 471d76832a7ec42b148b4eab3e466432a7042e93 (patch) | |
| tree | 77d658e84f5256f1304999fe5a29bbc7ac8200a3 /src/stylesheets/vs15 Dark-Red.qss | |
| parent | 3c69f1e54ab1eb99b2d1b30e5dfa5f28239e4314 (diff) | |
reduced the padding of toolbar icons in the vs15 themes
Diffstat (limited to 'src/stylesheets/vs15 Dark-Red.qss')
| -rw-r--r-- | src/stylesheets/vs15 Dark-Red.qss | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |
