Skip to content

Commit

Permalink
adjust hidden power 1 pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian0255 committed Jan 26, 2023
1 parent 8b5365f commit 240daa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironmon_tracker/ui/MainScreenUIInitializer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local function MainScreenUIInitializer(ui, gameInfo)
ui.frames.hiddenPowerArrowsFrame =
Frame(
Box({x = 0, y = 0}, {width = 0, height = 0}, nil, nil),
Layout(Graphics.ALIGNMENT_TYPE.HORIZONTAL, 0, {x = 1, y = 2}),
Layout(Graphics.ALIGNMENT_TYPE.HORIZONTAL, 0, {x = 0, y = 2}),
nil
)
ui.frames.mainFrame =
Expand Down

0 comments on commit 240daa2

Please sign in to comment.