From 5eca3d25cfca5db855d462b44d2e50e691d26992 Mon Sep 17 00:00:00 2001 From: David Rodenkirchen Date: Wed, 27 Nov 2024 14:46:13 +0100 Subject: [PATCH] fix bug where account page expanded beyond bounds --- src/ez_lan_manager/pages/Account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ez_lan_manager/pages/Account.py b/src/ez_lan_manager/pages/Account.py index 7320736..eb585ec 100644 --- a/src/ez_lan_manager/pages/Account.py +++ b/src/ez_lan_manager/pages/Account.py @@ -1,6 +1,6 @@ from typing import Optional -from rio import Column, Component, event, Text, TextStyle, Button, Color, Spacer, Revealer, Row, ProgressCircle +from rio import Column, Component, event, Text, TextStyle, Button, Color, Revealer, Row, ProgressCircle from src.ez_lan_manager import ConfigurationService, UserService, AccountingService from src.ez_lan_manager.components.MainViewContentBox import MainViewContentBox @@ -59,7 +59,7 @@ class AccountPage(Component): "Verwendungszweck:", style=TextStyle( fill=self.session.theme.background_color, - font_size=0.78 + font_size=0.7 ), margin=0, margin_bottom=1,