Skip to content

Commit

Permalink
Position change
Browse files Browse the repository at this point in the history
Made the position for 3440x1440p better
  • Loading branch information
BarutSRB committed Nov 27, 2023
1 parent 568cbb9 commit 2ff6ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bard/SETTINGS.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from Skill import *

WINDOW_POS_X, WINDOW_POS_Y = 1650, 1000 # Position of the overlay
WINDOW_POS_X, WINDOW_POS_Y = 1600, 700 # Position of the overlay

WINDOW_SIZE = (800, 600)
ICON_WIDTH, ICON_HEIGHT = 30, 30
Expand Down

0 comments on commit 2ff6ffa

Please sign in to comment.