mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix
This commit is contained in:
parent
ce5eb2e2ab
commit
44d3f4c4ac
@ -698,7 +698,7 @@ impl<'a> Widget for Bag<'a> {
|
||||
.floating(true)
|
||||
.set(state.ids.amounts_bg[i], ui);
|
||||
Text::new(&format!("{}", &amount))
|
||||
.bottom_left_with_margins_on(state.ids.amounts_bg[i], 2.0, 2.0)
|
||||
.bottom_left_with_margins_on(state.ids.amounts_bg[i], 1.0, 1.0)
|
||||
.font_id(self.fonts.cyri.conrod_id)
|
||||
.font_size(self.fonts.cyri.scale(12))
|
||||
.color(TEXT_COLOR)
|
||||
|
Loading…
Reference in New Issue
Block a user