Skip to content

Commit c2eb159

Browse files
committed
done
1 parent cce479d commit c2eb159

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx2G
22
mod_name = Chatting
33
mod_id = chatting
4-
mod_version = 1.4.0-beta2
4+
mod_version = 1.4.0
55

66
loom.platform = forge

src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import net.minecraft.client.renderer.GlStateManager
1111
import net.minecraft.util.ResourceLocation
1212

1313
class ScreenshotButton :
14-
CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 26 }, 12, 12, "",
14+
CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 27 }, 12, 12, "",
1515
{ RenderType.NONE }) {
1616

1717
override fun onMousePress() {

0 commit comments

Comments
 (0)