mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
parent
1c250a3067
commit
a2b159a1c6
@ -112,6 +112,8 @@ request.
|
|||||||
Changelog
|
Changelog
|
||||||
===========
|
===========
|
||||||
```
|
```
|
||||||
|
* 1.9:
|
||||||
|
- Improve QTabBar consistency and make selected tabs more distinctive
|
||||||
* 1.8:
|
* 1.8:
|
||||||
- Add support for QToolBox
|
- Add support for QToolBox
|
||||||
- Fix issue with grid line in QTableView if there is only ONE row/column
|
- Fix issue with grid line in QTableView if there is only ONE row/column
|
||||||
|
@ -31,7 +31,7 @@ with the correct rc file.
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
__version__ = "1.8"
|
__version__ = "1.9"
|
||||||
|
|
||||||
|
|
||||||
def load_stylesheet(pyside=True):
|
def load_stylesheet(pyside=True):
|
||||||
|
Loading…
Reference in New Issue
Block a user