diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 18:48:53 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 18:48:53 +0100 |
| commit | b8babae78a452071c3a707347d21a06fef759bab (patch) | |
| tree | bd1a9bf2a14f260c828bf8ead5dd358c8d966bc2 /src/stylesheets/skyrim.qss | |
| parent | 412a0620820d26294ddbc306b137692c65e8e980 (diff) | |
Fix download layout bug, port most of remaining themes
Diffstat (limited to 'src/stylesheets/skyrim.qss')
| -rw-r--r-- | src/stylesheets/skyrim.qss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss index e4d87499..d36eac57 100644 --- a/src/stylesheets/skyrim.qss +++ b/src/stylesheets/skyrim.qss @@ -534,7 +534,7 @@ QProgressBar { background-color: transparent; color: transparent; height: 14px; - margin: 0 10px; + margin: 0 0px; border-width: 4px 21px; border-style: solid; border-color: transparent; @@ -542,6 +542,14 @@ QProgressBar { QProgressBar::chunk { background: url(./skyrim/progress-bar-chunk.png) center center repeat-x qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #95BED9, stop:0.78781 #6EB9CE); } +DownloadListWidget[downloadView=standard]::item { + padding: 15px; +} + +DownloadListWidget[downloadView=compact]::item { + padding: 4px; +} + /* Right Pane and Tab Bars #QTabWidget, #QTabBar */ QTabWidget::pane { border: none; |
