diff --git a/src/app/launcher_window.rs b/src/app/launcher_window.rs index b1524f7..9199c31 100644 --- a/src/app/launcher_window.rs +++ b/src/app/launcher_window.rs @@ -415,7 +415,7 @@ impl LauncherApp { ui.separator(); - ui.horizontal(|ui| { + ui.horizontal_wrapped(|ui| { ui.label("Game location:"); let shown = self .resolved_game_location()