Skip to content

Commit

Permalink
Fixed slight button overlap in replay controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 12, 2017
1 parent 7ed68f2 commit d5a3878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/themes/_initial.cfg
Expand Up @@ -522,7 +522,7 @@
title= _ "Next Side"
tooltip= _ "play side turn"
items=replaynextside
rect="+4,=,+23,="
rect="+4,=+0,+30,+30"
xanchor=fixed
yanchor=fixed
[/action]
Expand All @@ -537,7 +537,7 @@
title= _ "Next Move"
tooltip= _ "play single move"
items=replaynextmove
rect="+4,=,+23,="
rect="+4,=+0,+30,+30"
xanchor=fixed
yanchor=fixed
[/action]
Expand Down

0 comments on commit d5a3878

Please sign in to comment.