From 1f369d37bfbd84f9a20876113f6a2a30dc912dac Mon Sep 17 00:00:00 2001 From: Pfauenauge Date: Mon, 29 Apr 2019 00:01:57 +0200 Subject: [PATCH] Map Window, Settings Window Former-commit-id: e01861cab1a42540a8b92db46debf95ede3978aa --- voxygen/src/hud/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index 1c9b2934de..1491e6b959 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -1047,9 +1047,11 @@ impl Hud { // 0 Settings if let Windows::Settings = self.open_windows { - // Frame Alignment + // Alignment Rectangle::fill_with([824.0, 488.0], color::TRANSPARENT) .middle_of(ui_widgets.window) + .scroll_kids() + .scroll_kids_vertically() .set(self.ids.settings_bg, ui_widgets); // Frame Image::new(self.imgs.settings_frame_l)