Skip to content

Commit

Permalink
fix: make context menu scrollable if it exceeds screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Jul 29, 2022
1 parent 48acba1 commit fa0f741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridplayer/widgets/custom_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
color: {text};
border: 1px solid {border};
margin: 0;
menu-scrollable: 0;
menu-scrollable: 1;
}
QMenu::icon { margin-left: 5px;}
QMenu::item {
Expand Down

0 comments on commit fa0f741

Please sign in to comment.