diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-09 17:15:04 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-09 17:15:04 +0100 |
| commit | bde2e5fca14b5fe705db53cab18209112491b4fc (patch) | |
| tree | aaaae3ef076acec05ef123eeb662ac85e6676f4a /src/stylesheets | |
| parent | 15bbfdfa6f352f228a2ba320472d3e21324ca158 (diff) | |
Improved Skyrim.qss theme performance.
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/skyrim.qss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss index 85a5b79c..4091bbe0 100644 --- a/src/stylesheets/skyrim.qss +++ b/src/stylesheets/skyrim.qss @@ -12,7 +12,7 @@ QWidget { color: #F1F1F1; } /* Common */ -/* FIX: For some reason applying background-color or border fixes paddings +/* FIX: For some reason applying background-color or border fixes paddings properties */ QListWidget::item { border-width: 0; } @@ -567,7 +567,9 @@ QTabWidget::pane { top: 0; border-width: 5px; border-color: transparent; - border-image: url(./skyrim/border-image2.png) 5 repeat repeat; } + /*AL12: Changed the "5 repeat repeat" to "4 repeat repeat" as 5 seems to kill + performance for some reason.*/ + border-image: url(./skyrim/border-image2.png) 4 repeat repeat; } QTabBar { text-transform: uppercase; |
