Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
-
  • Loading branch information
Hachifac committed Apr 21, 2017
1 parent 0541658 commit 5772c63
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
- Added timed Relaunch game option
- Fixed yet another timed run bug
- Fixed a campaign selection bug
- Added Exit & Console hotkeys to About
---
# 1.3.0
---
Binary file modified images/gui/guiAbout_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/guiAbout.ahk
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ Gui, Add, Picture, x0 y0, images/gui/guiAbout_bg.png

Gui, Add, Picture, x227 y0 g_GUICloseAbout, images/gui/bClose.png

Gui, Add, Text, x25 y142, %version%
Gui, Add, Text, x25 y195, %version%
2 changes: 1 addition & 1 deletion lib/guiLabels.ahk
Original file line number Diff line number Diff line change
@@ -606,7 +606,7 @@ _GUIAbout:
Gosub, _GUICloseOtherWindows
GuiControl, BotGUI:, buttonAbout, images/gui/bAbout_active.png
winW = 252
winH = 290
winH = 348
ControlGetPos, OutputX, OutputY, OutputW, OutputH, images/gui/guiMain_bg.png
WinGetPos, Output2X, Output2Y
nX := Output2X - ((winW - OutputW) / 2)

0 comments on commit 5772c63

Please sign in to comment.