mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed button font
This commit is contained in:
parent
4b5cc272ac
commit
8a0bd9220b
@ -399,6 +399,7 @@ impl CharSelectionUi {
|
||||
.press_image(self.imgs.button_press)
|
||||
.label_y(Relative::Scalar(2.0))
|
||||
.label(&localized_strings.get("common.yes"))
|
||||
.label_font_id(self.fonts.cyri)
|
||||
.label_font_size(18)
|
||||
.label_color(TEXT_COLOR)
|
||||
.set(self.ids.info_ok, ui_widgets)
|
||||
|
Loading…
Reference in New Issue
Block a user