File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ class MainScene : Scene() {
3232 override suspend fun SContainer.sceneMain () {
3333 sceneContainer.container {
3434 text(getKoin().get<String >(named(" version" )), textSize = 15f ) {
35- positionY(sceneContainer.height - height)
36- positionX(5 )
35+ val padding = 5
36+ positionY(padding + sceneContainer.height - height)
37+ positionX(padding)
3738 }.zIndex(100 )
3839 zIndex(100 )
3940 }
Original file line number Diff line number Diff line change 11server =$server
2- version =Test Build
2+ version =$version
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ kotlin.mpp.stability.nowarn=true
33# org.gradle.unsafe.configuration-cache=true
44kotlin.mpp.androidSourceSetLayoutVersion1.nowarn =true
55server =http://localhost:8080
6+ version =Test Build
You can’t perform that action at this time.
0 commit comments