diff options
author | Moo2meenn <67310794+Moo2meenn@users.noreply.github.com> | 2022-04-27 23:53:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 23:53:30 +0300 |
commit | ce21d45b8036460324114fd58fb7b053ba5503c1 (patch) | |
tree | 9cbe9e45bea55bfc0601cc06423ba62f3bd62c55 /src | |
parent | b8aa42e5564714a4fbf611ccae42ed3b6905405c (diff) | |
download | Chatting-ce21d45b8036460324114fd58fb7b053ba5503c1.tar.gz Chatting-ce21d45b8036460324114fd58fb7b053ba5503c1.tar.bz2 Chatting-ce21d45b8036460324114fd58fb7b053ba5503c1.zip |
Button Height
Moving the Screenshot Chat and Search buttons 1 pixel up to match the other distances
Diffstat (limited to 'src')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/gui/components/SearchButton.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/gui/components/SearchButton.kt b/src/main/kotlin/cc/woverflow/chatting/gui/components/SearchButton.kt index 71633a3..819eac0 100644 --- a/src/main/kotlin/cc/woverflow/chatting/gui/components/SearchButton.kt +++ b/src/main/kotlin/cc/woverflow/chatting/gui/components/SearchButton.kt @@ -47,7 +47,7 @@ class SearchButton : 69420, Minecraft.getMinecraft().fontRendererObj, UResolution.scaledWidth * 4 / 5 - 60, - UResolution.scaledHeight - 27, + UResolution.scaledHeight - 26, UResolution.scaledWidth / 5, 12 ) { @@ -67,4 +67,4 @@ class SearchButton : } } } -}
\ No newline at end of file +} |