fix dark bubble tail not being displayed correctly

This commit is contained in:
Monty Marz 2020-06-13 12:24:14 +02:00 committed by Forest Anderson
parent 2d2aba3a5d
commit 0969c236d6
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -259,7 +259,7 @@ impl<'a> Widget for Overhead<'a> {
} else {
self.imgs.speech_bubble_tail
})
.w_h(22.0, 28.0)
.w_h(22.0, 13.0)
.mid_bottom_with_margin_on(state.ids.speech_bubble_text, -32.0)
.parent(id)
.set(state.ids.speech_bubble_tail, ui);