Fixed padding.

This commit is contained in:
2026-06-05 12:14:42 +02:00
parent cbc961b7c4
commit d677ff8ae9

View File

@@ -91,13 +91,13 @@ def creator_page():
no_new_ai = ui.checkbox("Disable Becoming AI Controlled") no_new_ai = ui.checkbox("Disable Becoming AI Controlled")
vwrap = ui.checkbox("North South Wrapping") vwrap = ui.checkbox("North South Wrapping")
hwrap = ui.checkbox("East West Wrapping") hwrap = ui.checkbox("East West Wrapping")
with ui.row():
ui.label("Event Rarity").classes("w-40")
ui.label("Provinces per player:").classes("w-36")
with ui.row(): with ui.row():
event_rarity = ui.toggle({1: "Common", 2: "Rare"}, value=1) event_rarity = ui.toggle({1: "Common", 2: "Rare"}, value=1)
random_map = ui.toggle([10, 15, 20], value=15) random_map = ui.toggle([10, 15, 20], value=15)
with ui.row():
ui.label("Event Rarity")
# TODO: Fix Padding
ui.label("Provinces per player:")
with ui.row(): with ui.row():
ui.label("Gold Multiplier:").classes("w-36") ui.label("Gold Multiplier:").classes("w-36")
richness = ui.input( richness = ui.input(