positioning

Former-commit-id: 510fcaea11f0e9293e73ba98fb9ad79b5dbbadb5
This commit is contained in:
Pfauenauge 2019-05-10 14:43:14 +02:00 committed by Imbris
parent 64b7911123
commit 7e9bc685a8
2 changed files with 1 additions and 1 deletions
assets/voxygen/element/frames
voxygen/src/hud

Binary file not shown.

@ -130,7 +130,7 @@ impl<'a> Widget for CharacterWindow<'a> {
// Title
Text::new("Character Name") // Add in actual Character Name
.mid_top_with_margin_on(state.charwindow_frame, 6.0)
.mid_top_with_margin_on(state.charwindow_frame, 4.0)
.font_id(self.fonts.metamorph)
.font_size(14)
.color(TEXT_COLOR)