Skip to content

Commit

Permalink
Adjust button position
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombbird2001 committed Sep 18, 2021
1 parent 506f7a9 commit 8a3675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/com/bombbird/terminalcontrol/ui/Ui.kt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class Ui {
event.handle()
}
})
addActor(paneSwitchButton, 0.05f, 0.2f, 3240 * 0.42f, 250f)
addActor(paneSwitchButton, 0.775f, 0.175f, 2500f, 250f)
}

fun setNormalPane(show: Boolean) {
Expand Down

0 comments on commit 8a3675a

Please sign in to comment.