mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Add changes and update patch for mac
This commit is contained in:
parent
e9d9fb06b7
commit
8c6f7091f0
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user