diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-01 17:07:52 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-01 17:07:52 -0600 |
| commit | 15e47114175d7dd86cd6e774aff1d7872e87a647 (patch) | |
| tree | 6bb64a158b56717ba4b5aaccc64108bffce00102 /src/stylesheets/skyrim.qss | |
| parent | d8396bfa2cde422c7522b0e6a78b0d5ab2e218ac (diff) | |
| parent | 5ad411cd47fc3193c6c87a745e41bd6c09b687ab (diff) | |
Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2
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; |
