Move the disconnected message to the foreground

This commit is contained in:
Thinkofname 2016-04-24 14:05:21 +01:00
parent a7caa50b6f
commit 88d43c615a
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ impl super::Screen for ServerList {
.size(width.max(renderer.ui.size_of_string("Disconnected")) + 4.0, height + 4.0 + 16.0)
.colour((0, 0, 0, 100))
.alignment(ui::VAttach::Top, ui::HAttach::Center)
.draw_index(10)
.create(ui_container);
ui::TextBuilder::new()
.text("Disconnected")