Skip to content

Commit

Permalink
Merge pull request #11 from Nigh/auto-center
Browse files Browse the repository at this point in the history
auto center after add new pic
  • Loading branch information
Nigh authored Aug 31, 2023
2 parents 4acb211 + 49b27b9 commit e426987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pic_ctrl_set_size() {
for _, inf in info {
inf.Move(Max(ctrlW - 80, 420))
}
pic.gui.Show("AutoSize")
pic.gui.Show("AutoSize Center")
pic.Redraw()
}

Expand Down

0 comments on commit e426987

Please sign in to comment.