Skip to content

Commit

Permalink
ui tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed May 16, 2018
1 parent 42b38e8 commit 33d0eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -14540,7 +14540,7 @@ def audio(self):
y = self.box_y + 37 * gui.scale
x = self.box_x + 385 * gui.scale

draw_text((x, y - 22 * gui.scale), "Set audio output device", [160, 160, 160, 255], 212)
draw_text((x, y - 22 * gui.scale), "Set audio output device", [170, 170, 170, 255], 212)
# draw_text((x + 60, y - 20), "Takes effect on text change", [140, 140, 140, 255], 11)

for item in pctl.bass_devices:
Expand Down

0 comments on commit 33d0eaa

Please sign in to comment.