summaryrefslogtreecommitdiff
path: root/src/stylesheets/dark.qss
diff options
context:
space:
mode:
authorKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 18:48:53 +0100
committerKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 18:48:53 +0100
commitb8babae78a452071c3a707347d21a06fef759bab (patch)
treebd1a9bf2a14f260c828bf8ead5dd358c8d966bc2 /src/stylesheets/dark.qss
parent412a0620820d26294ddbc306b137692c65e8e980 (diff)
Fix download layout bug, port most of remaining themes
Diffstat (limited to 'src/stylesheets/dark.qss')
-rw-r--r--src/stylesheets/dark.qss9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index d5a7aedf..5bbb0f0c 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -257,7 +257,6 @@ QProgressBar
QProgressBar::chunk
{
background-color: #427683;
- width: 20px;
}
QTabBar::tab
@@ -366,4 +365,12 @@ QTreeView::branch:open:has-children:has-siblings
DownloadListWidget QLabel#installLabel {
color: none;
+}
+
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
} \ No newline at end of file