diff options
author | Cephetir <silyichev@gmail.com> | 2022-05-06 12:57:50 +0300 |
---|---|---|
committer | Cephetir <silyichev@gmail.com> | 2022-05-06 12:57:50 +0300 |
commit | dae58987b89bc01fa2828b5f4840a594f416f592 (patch) | |
tree | 5769e04c97490d694b1ba855aaac0cb4289a457c /src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt | |
parent | b5002d403246d91b8276791c1d16847abbbadab9 (diff) | |
download | Chatting-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.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 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() { |