Skip to content

Commit

Permalink
Fix disabled button issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Nov 15, 2023
1 parent 4a4e22b commit bb898d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zxlive/proof_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ def init_rewrites_bar(self) -> None:
QTreeView::Item{{
height:{fi.pixelSize() * 2}px;
}}
QTreeView::Item:!enabled {{
color: #c0c0c0;
}}
''')

# Set the models
Expand Down

0 comments on commit bb898d6

Please sign in to comment.