diff --git a/sigIRCv2.jar b/sigIRCv2.jar index 03452c9..1047daf 100644 Binary files a/sigIRCv2.jar and b/sigIRCv2.jar differ diff --git a/src/sig/sigIRC.java b/src/sig/sigIRC.java index a7c8ad5..d9de79e 100644 --- a/src/sig/sigIRC.java +++ b/src/sig/sigIRC.java @@ -80,7 +80,7 @@ public class sigIRC{ static boolean hardwareAcceleration=true; static boolean playedoAuthSoundOnce=false; public static int twitchmodule_width=500; - public static int twitchmodule_height=120; + public static int twitchmodule_height=200; public static int twitchmodule_X=320; public static int twitchmodule_Y=312; public static String twitchmodule_follower_img="sigIRC/glaceon_follower.png"; @@ -121,7 +121,7 @@ public class sigIRC{ touhoumothermodule_enabled = config.getBoolean("Module_touhoumother_Enabled",true); twitchmodule_enabled = config.getBoolean("Module_twitch_Enabled",true); twitchmodule_width = config.getInteger("TWITCH_module_width",500); - twitchmodule_height = config.getInteger("TWITCH_module_height",120); + twitchmodule_height = config.getInteger("TWITCH_module_height",200); twitchmodule_follower_img = config.getProperty("TWITCH_module_follower_img","sigIRC/glaceon_follower.png"); twitchmodule_follower_img_animation = config.getBoolean("TWITCH_module_follower_img_animation",true); twitchmodule_followerText_centerX = config.getInteger("TWITCH_module_followerText_centerX",292);