diff options
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/dracula.qss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index de247940..058affcf 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -84,6 +84,7 @@ QPushButton { border: 1px solid #5f6161; border-radius: 2px; margin: 1px; + padding: 0.2em 0.8em 0.2em 0.8em; } QPushButton:hover { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #64686b, stop:1 #494c4e); @@ -155,7 +156,7 @@ QTabWidget::pane:left { } QTabBar::tab { border: 1px solid #292b2d; - padding: 4px; + padding: 0.2em 0.8em 0.2em 0.8em; } QTabBar::tab:top { border-top-left-radius: 4px; |
