From 51047236a07503b2e28ca8bcf000f8b7e0f18443 Mon Sep 17 00:00:00 2001 From: Pfauenauge90 <44173739+Pfauenauge90@users.noreply.github.com> Date: Wed, 10 Apr 2019 22:41:34 +0200 Subject: [PATCH] chat changes Former-commit-id: c2a5ae0d34e1e93d8f6feb4a9e5cf69045db7275 --- voxygen/src/hud/chat.rs | 2 +- voxygen/src/menu/main/ui.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/voxygen/src/hud/chat.rs b/voxygen/src/hud/chat.rs index c92e3d631e..ef6c3bdd83 100644 --- a/voxygen/src/hud/chat.rs +++ b/voxygen/src/hud/chat.rs @@ -107,7 +107,7 @@ impl Chat { } // Message box - Rectangle::fill([470.0, 160.0]) + Rectangle::fill([470.0, 167.0]) .rgba(0.0, 0.0, 0.0, 0.4) .up_from(self.ids.input, 0.0) .set(self.ids.message_box_bg, ui_widgets); diff --git a/voxygen/src/menu/main/ui.rs b/voxygen/src/menu/main/ui.rs index c63794a1fb..991ad22983 100644 --- a/voxygen/src/menu/main/ui.rs +++ b/voxygen/src/menu/main/ui.rs @@ -249,7 +249,7 @@ impl MainMenuUi { .align_middle_x_of(self.ids.address_bg) .label("Login") .label_color(TEXT_COLOR) - .label_font_size(26) + .label_font_size(24) .label_y(conrod_core::position::Relative::Scalar(5.0)) .set(self.ids.login_button, ui_widgets) .was_clicked()