The Bytecode Club

Full Version: Increase Window Size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to make the "COC Bot" window larger? it cuts off parts of the text which is bothering me.

[Image: jQzUlJO.png]
You can try this:

Open \COC-Bot-5.5.1\COCBot\GUI Design.au3

Change the first line from this:
Code:
$frmBot = GUICreate($sBotTitle, 417, 430, 207, 158)

To this:
Code:
$frmBot = GUICreate($sBotTitle, 417, 450, 207, 158)