mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
parent
d089f12f67
commit
c39b6f0692
@ -19,6 +19,7 @@ These people contribute to bug fixes, improvements and so on.
|
||||
Please, insert your information after the last one.
|
||||
|
||||
- Year - Name - `<contact>` - contribution.
|
||||
- 2018 - [mowoolli](https://github.com/mowoolli) - bug fixes.
|
||||
- 2018 - Xingyun Wu - `xingyun.wu@foxmail.com` - bug fixes.
|
||||
- 2018 - [KcHNST](https://github.com/KcHNST) - bug fixes.
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Changelog
|
||||
- 2.6.0
|
||||
- PySide 2 (Technical Preview) Support
|
||||
- Improve menu indicator position on QPushButton, #102
|
||||
- 2.5.4
|
||||
- Fix indicator image of checkable QGroupBox for check/uncheck states, #93
|
||||
- Fix wrong comma position, #95
|
||||
|
@ -1065,7 +1065,7 @@ QToolButton::menu-arrow:open {
|
||||
QPushButton::menu-indicator {
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: bottom right;
|
||||
left: 8px;
|
||||
bottom: 5px;
|
||||
}
|
||||
|
||||
QTableView {
|
||||
|
Loading…
Reference in New Issue
Block a user