aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-05-15 15:55:05 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-05-15 15:55:05 +0700
commitc2eb1590e5ef48e0e9c59b3eff149c09c607dc95 (patch)
tree7588bd65535d93875052efb393e4eb142fc9bea0 /src/main/kotlin
parentcce479dfe91b432521534e0dde866743931fe2cb (diff)
downloadChatting-c2eb1590e5ef48e0e9c59b3eff149c09c607dc95.tar.gz
Chatting-c2eb1590e5ef48e0e9c59b3eff149c09c607dc95.tar.bz2
Chatting-c2eb1590e5ef48e0e9c59b3eff149c09c607dc95.zip
done
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt b/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt
index 61f1ea1..9fc5e8d 100644
--- a/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt
+++ b/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt
@@ -11,7 +11,7 @@ import net.minecraft.client.renderer.GlStateManager
import net.minecraft.util.ResourceLocation
class ScreenshotButton :
- CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 26 }, 12, 12, "",
+ CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 27 }, 12, 12, "",
{ RenderType.NONE }) {
override fun onMousePress() {