From c05be9f5c3dc1b97d540cf9de7d99d0c0d692db7 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 26 May 2015 20:42:15 +0200 Subject: small stuff --- src/stylesheets/dracula.qss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stylesheets') 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; -- cgit v1.3.1