Skip to content

Commit

Permalink
Solver UI - Collection name first in title bar
Browse files Browse the repository at this point in the history
The collection is probably what people want to see first, not the
mmSolver version.
  • Loading branch information
david-cattermole committed Oct 20, 2024
1 parent 6c99d88 commit b031d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mmSolver/tools/solver/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

# Window Title Bar format.
WINDOW_TITLE_BAR = 'mmSolver v{version} | {collection}'
WINDOW_TITLE_BAR = '{collection} | mmSolver v{version}'

# Window button text.
WINDOW_BUTTON_SOLVE_START_LABEL = 'Solve'
Expand Down

0 comments on commit b031d92

Please sign in to comment.