diff options
author | Cephetir <silyichev@gmail.com> | 2022-05-07 15:58:07 +0300 |
---|---|---|
committer | Cephetir <silyichev@gmail.com> | 2022-05-07 15:58:07 +0300 |
commit | 5a7c1803dfeeda9a88dc4c290d60e907a43aeebd (patch) | |
tree | 62c69c0bfedc453db258c59d85fcc471b871459f /src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt | |
parent | 8dcd0270b25df0437fd583b8221f59943cfe4372 (diff) | |
download | Chatting-5a7c1803dfeeda9a88dc4c290d60e907a43aeebd.tar.gz Chatting-5a7c1803dfeeda9a88dc4c290d60e907a43aeebd.tar.bz2 Chatting-5a7c1803dfeeda9a88dc4c290d60e907a43aeebd.zip |
FINALLY fixed timestamps
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt | 2 |
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 b22673b..61f1ea1 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 - 28 }, { UResolution.scaledHeight - 26 }, 12, 12, "", + CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 26 }, 12, 12, "", { RenderType.NONE }) { override fun onMousePress() { |