Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Aug 19, 2018
1 parent 40401f2 commit 2c1f464
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -14474,11 +14474,11 @@ def about(self):
x += 20 * gui.scale
y -= 10 * gui.scale

ddt.draw_text((x, y + 4 * gui.scale), t_title, colours.grey(210), 216)
ddt.draw_text((x, y + 4 * gui.scale), t_title, colours.grey(220), 216)
y += 32 * gui.scale
ddt.draw_text((x, y + 1 * gui.scale), t_version, colours.grey(190), 13)
ddt.draw_text((x, y + 1 * gui.scale), t_version, colours.grey(195), 13)
y += 20 * gui.scale
ddt.draw_text((x, y), "Copyright © 2015-2018 Taiko2k [email protected]", colours.grey(190), 13)
ddt.draw_text((x, y), "Copyright © 2015-2018 Taiko2k [email protected]", colours.grey(195), 13)
y += 21 * gui.scale
link_pa = draw_linked_text((x, y), "https://github.com/Taiko2k/tauonmb", colours.grey_blend_bg3(190), 12)
link_rect = [x, y, link_pa[1], 18 * gui.scale]
Expand Down Expand Up @@ -14597,7 +14597,7 @@ def stats(self):
xx = x + 30 * gui.scale
if xx > self.box_x + self.w - 30 * gui.scale:
xx = self.box_x + self.w - 30 * gui.scale
ddt.draw_text((xx, self.box_y + self.h - 35 * gui.scale, 2), key, colours.grey_blend_bg(190), 13)
ddt.draw_text((xx, self.box_y + self.h - 35 * gui.scale, 2), key, colours.grey_blend_bg(220), 13)

if self.click:
gen_codec_pl(key)
Expand Down

0 comments on commit 2c1f464

Please sign in to comment.