Skip to content

Commit

Permalink
Fluent: make QToolButton dropdown work (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
TayouVR committed Apr 1, 2024
1 parent ac8cbc1 commit 9d73602
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/Fluent-Dark/themeStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ QToolButton::menu-indicator {

QToolButton::menu-arrow {
image: url(theme:ComboBox.png);
width: 20px;
height: 100%;
border-left: 1px solid rgba(255, 255, 255, 8);
}

QToolButton::menu-button {
Expand Down Expand Up @@ -1211,4 +1214,4 @@ QToolTip {

QListView {
padding: 5px;
}
}

0 comments on commit 9d73602

Please sign in to comment.