Skip to content

Commit ea07933

Browse files
committed
position the modules on the left staring at the ms pos
1 parent 1512770 commit ea07933

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
@@ -210,7 +210,7 @@ object ClickGuiLayout : Loadable, Configurable(GuiConfig) {
210210
val tags = if (developerMode) shownTags + ModuleTag.DEBUG else shownTags
211211
if (tags.isEmpty()) return@buildLayout
212212

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

216216
tags.forEach { tag ->

0 commit comments

Comments
 (0)