Skip to content

Commit e1b76a4

Browse files
committed
Reverted gui temp fix
1 parent a0b5d61 commit e1b76a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/gui/components/ClickGuiLayout.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ object ClickGuiLayout : Loadable, Configurable(GuiConfig) {
275275
val tags = if (developerMode) shownTags + ModuleTag.DEBUG else shownTags
276276
if (tags.isEmpty()) return@buildLayout
277277

278-
var nextX = mc.window.width / 2.6f // FixMe: hardcoded to fit the combat tag at the most significant position
278+
var nextX = 20f
279279
val baseY = MenuBar.height + 10f
280280

281281
tags.forEach { tag ->

0 commit comments

Comments
 (0)