Skip to content

Commit

Permalink
Fix padding and border issue with Qtoolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
juanis2112 committed Mar 18, 2021
1 parent ce26149 commit 534e17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qdarkstyle/qss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar
--------------------------------------------------------------------------- */
QToolBar {
background-color: $COLOR_BACKGROUND_4;
border-bottom: $BORDER_1;
padding: 2px;
border-bottom: $BORDER_2;
padding: 0px;
font-weight: bold;
spacing: 2px;

Expand Down

0 comments on commit 534e17a

Please sign in to comment.