From 8c6f7091f00e2b0326a7bb23d0a8f57ceea31bf8 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Thu, 13 Dec 2018 18:19:37 -0200 Subject: [PATCH] Add changes and update patch for mac --- CHANGES.md | 4 +++- qdarkstyle/__init__.py | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef8d92531..1b85a234f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # Changelog - +- 2.6.5: + - Fix borderless widgets inside QTabWidget, #123 + - Fix palette table inside CSS file, header using the last column - 2.6.4: - Python 2.7 compatibility, #121 - Fix MANIFEST diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index b19fabe14..fc1779fc8 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -55,7 +55,7 @@ import copy if sys.version_info >= (3, 4): import importlib -__version__ = "2.6.4" +__version__ = "2.6.5" QT_BINDINGS = ['PyQt4', 'PyQt5', 'PySide', 'PySide2'] @@ -257,7 +257,7 @@ def load_stylesheet(pyside=True): mac_fix = ''' QDockWidget::title { - background-color: #31363b; + background-color: #32414B; text-align: center; height: 12px; } @@ -344,7 +344,7 @@ def load_stylesheet_pyqt5(): mac_fix = ''' QDockWidget::title { - background-color: #31363b; + background-color: #32414B; text-align: center; height: 12px; }