Skip to content

Commit

Permalink
Tweak generator legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Aug 24, 2024
1 parent 9659f98 commit 44840f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36601,13 +36601,13 @@ def render(self):
yy += round(12 * gui.scale)
ddt.text((xx, yy), "g\"genre\"", code_colour, code_font)
ddt.text((xx2, yy), "Search genre", hint_colour, hint_font)
yy += round(12 * gui.scale)
ddt.text((xx, yy), "p\"text\"", code_colour, code_font)
ddt.text((xx2, yy), "Search filepath segment", hint_colour, hint_font)
# yy += round(12 * gui.scale)
# ddt.text((xx, yy), "p\"text\"", code_colour, code_font)
# ddt.text((xx2, yy), "Search filepath segment", hint_colour, hint_font)

yy += round(12 * gui.scale)
ddt.text((xx, yy), "f\"terms\"", code_colour, code_font)
ddt.text((xx2, yy), "Find / Search", hint_colour, hint_font)
ddt.text((xx2, yy), "Find / Search / Path", hint_colour, hint_font)

# yy += round(12 * gui.scale)
# ddt.text((xx, yy), "ext\"flac\"", code_colour, code_font)
Expand Down

0 comments on commit 44840f7

Please sign in to comment.