chat changes

Former-commit-id: c2a5ae0d34e1e93d8f6feb4a9e5cf69045db7275
This commit is contained in:
Pfauenauge90 2019-04-10 22:41:34 +02:00
parent bc420e41d6
commit 51047236a0
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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()