Skip to content

Commit 52038a4

Browse files
ruthwikdasyamUbuntu
authored andcommitted
fix: default position
1 parent ce0037c commit 52038a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dimos/src/interaction/keyboard.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ impl KeyboardHandler {
150150
);
151151

152152
let area_response = egui::Area::new("keyboard_hud".into())
153+
.pivot(egui::Align2::LEFT_BOTTOM)
153154
.default_pos(default_pos)
154155
.movable(true)
155156
.order(egui::Order::Foreground)

0 commit comments

Comments
 (0)