positioning

Former-commit-id: 510fcaea11f0e9293e73ba98fb9ad79b5dbbadb5
This commit is contained in:
Pfauenauge 2019-05-10 14:43:14 +02:00 committed by Imbris
parent 657bba06e9
commit 3f57ab4f2a
2 changed files with 3 additions and 3 deletions

BIN
assets/voxygen/element/frames/tab_bg.vox (Stored with Git LFS)

Binary file not shown.

View File

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