fix multi option dialog text centering

This commit is contained in:
Shane Smiskol
2025-11-29 02:12:09 -08:00
parent d6de3572ca
commit cb718618d1
+1 -1
View File
@@ -282,7 +282,7 @@ class BigDialogOptionButton(Widget):
self._selected = False
self._label = UnifiedLabel(option, font_size=70, text_color=rl.Color(255, 255, 255, int(255 * 0.58)),
font_weight=FontWeight.DISPLAY_REGULAR, alignment_vertical=rl.GuiTextAlignmentVertical.TEXT_ALIGN_TOP)
font_weight=FontWeight.DISPLAY_REGULAR, alignment_vertical=rl.GuiTextAlignmentVertical.TEXT_ALIGN_MIDDLE)
def set_selected(self, selected: bool):
self._selected = selected