mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-30 00:50:30 +08:00
Update color in images
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
- 2.6.8:
|
||||
- Update color from images, fix #127
|
||||
- Add retina resolution @2x, fix #140
|
||||
- Intermediate version before merge PR #142 adding scripts
|
||||
- 2.6.7:
|
||||
- Fix combobox indicator and padding #132
|
||||
- Fix PyQtGraph plot axes covered by padding #134
|
||||
|
||||
@@ -55,7 +55,7 @@ import copy
|
||||
if sys.version_info >= (3, 4):
|
||||
import importlib
|
||||
|
||||
__version__ = "2.6.7"
|
||||
__version__ = "2.6.8"
|
||||
|
||||
|
||||
QT_BINDINGS = ['PyQt4', 'PyQt5', 'PySide', 'PySide2']
|
||||
|
||||
Reference in New Issue
Block a user