Themes: Fix icon shift bug when opening QToolButton menu

This commit is contained in:
Soeren Apel 2018-10-26 22:49:31 +02:00 committed by Uwe Hermann
parent 374c697f74
commit 13c6ec5bc2
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ QToolButton:pressed,
QToolButton::menu-button:pressed {
background-color: #3daee9;
border: 1px solid #3daee9;
padding: 5px;
/* padding: 5px; */
}