Skip to content

Commit

Permalink
Switcher: Remove opacity for it
Browse files Browse the repository at this point in the history
That was suggested by the UX team.
  • Loading branch information
ccordoba12 committed Jul 8, 2024
1 parent 9ca3ddd commit f348359
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spyder/plugins/switcher/widgets/switcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ def __init__(self, parent, help_text=None):

# Widgets setup
self.setWindowFlags(Qt.Popup | Qt.FramelessWindowHint)
self.setWindowOpacity(0.95)
# self.setMinimumHeight(self._MIN_HEIGHT)
self.setMaximumHeight(self._MAX_HEIGHT)

self.edit.installEventFilter(self.filter)
Expand Down

0 comments on commit f348359

Please sign in to comment.