Skip to content

Commit

Permalink
Actually fix bug in GUI config
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jun 29, 2023
1 parent c1fb16a commit c1138e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ms2rescore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MS²Rescore: Sensitive PSM rescoring with predicted MS² peak intensities and RTs."""

__version__ = "3.0.0-dev2"
__version__ = "3.0.0-dev3"

from warnings import filterwarnings

Expand Down
2 changes: 1 addition & 1 deletion ms2rescore/package_data/ms2rescore-gui-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"corner_radius": 1000,
"border_width": 3,
"button_length": 0,
"fg_Color": ["#939BA2", "#4A4D50"],
"fg_color": ["#939BA2", "#4A4D50"],
"progress_color": ["#3a7ebf", "#1f538d"],
"button_color": ["gray36", "#D5D9DE"],
"button_hover_color": ["gray20", "gray100"],
Expand Down

0 comments on commit c1138e3

Please sign in to comment.