Skip to content

Commit

Permalink
auto center after add new pic
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigh committed Aug 31, 2023
1 parent 20baf7b commit 49b27b9
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 49b27b9

Please sign in to comment.