aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt
diff options
context:
space:
mode:
authorCephetir <silyichev@gmail.com>2022-05-06 12:57:50 +0300
committerCephetir <silyichev@gmail.com>2022-05-06 12:57:50 +0300
commitdae58987b89bc01fa2828b5f4840a594f416f592 (patch)
tree5769e04c97490d694b1ba855aaac0cb4289a457c /src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt
parentb5002d403246d91b8276791c1d16847abbbadab9 (diff)
downloadChatting-dae58987b89bc01fa2828b5f4840a594f416f592.tar.gz
Chatting-dae58987b89bc01fa2828b5f4840a594f416f592.tar.bz2
Chatting-dae58987b89bc01fa2828b5f4840a594f416f592.zip
Clear button
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.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 ff51a1e..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 - 28 }, { UResolution.scaledHeight - 27 }, 12, 12, "",
+ CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 27 }, 12, 12, "",
{ RenderType.NONE }) {
override fun onMousePress() {