aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/gui/RunControlWindow.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/gui/RunControlWindow.kt')
-rw-r--r--src/main/kotlin/gui/RunControlWindow.kt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/kotlin/gui/RunControlWindow.kt b/src/main/kotlin/gui/RunControlWindow.kt
index 8ffc764..cff33e5 100644
--- a/src/main/kotlin/gui/RunControlWindow.kt
+++ b/src/main/kotlin/gui/RunControlWindow.kt
@@ -8,7 +8,9 @@ import imgui.ImGui
fun paintRunControlWindow(cpu: Cpu) {
with(ImGui) {
- setNextWindowPos(Vec2(20, 410), Cond.FirstUseEver)
+ setNextWindowSize(Vec2(120, 200), Cond.FirstUseEver)
+ setNextWindowPos(Vec2(220, 80), Cond.FirstUseEver)
+
begin("Run control")
text("Current op:")