From d677ff8ae979ef9c8d645248397323108e169137 Mon Sep 17 00:00:00 2001 From: Carl Date: Fri, 5 Jun 2026 12:14:42 +0200 Subject: [PATCH] Fixed padding. --- webui.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webui.py b/webui.py index d77cf93..b794592 100644 --- a/webui.py +++ b/webui.py @@ -91,13 +91,13 @@ def creator_page(): no_new_ai = ui.checkbox("Disable Becoming AI Controlled") vwrap = ui.checkbox("North South 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(): event_rarity = ui.toggle({1: "Common", 2: "Rare"}, value=1) 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(): ui.label("Gold Multiplier:").classes("w-36") richness = ui.input(