Improve QPushButton menu arrow margin, fix #102 (#108)

This commit is contained in:
mowoolli 2018-09-25 05:28:29 -07:00 committed by Daniel Pizetta
parent d089f12f67
commit c39b6f0692
3 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -1065,7 +1065,7 @@ QToolButton::menu-arrow:open {
QPushButton::menu-indicator {
subcontrol-origin: padding;
subcontrol-position: bottom right;
left: 8px;
bottom: 5px;
}
QTableView {