diff options
| author | Tannin <devnull@localhost> | 2015-05-26 20:42:15 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-26 20:42:15 +0200 |
| commit | c05be9f5c3dc1b97d540cf9de7d99d0c0d692db7 (patch) | |
| tree | b92f2b27a2583f8791acd3c8e32c6af5a1231d1e /src/stylesheets | |
| parent | 75714907d95503955c3187cda6295604a5b4cac4 (diff) | |
small stuff
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; |
