From 262ce18902ff00bc3192ac4d5bc2fecd4e31b444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Tue, 27 Jan 2026 09:20:16 +0100 Subject: [PATCH] idle --- b0esche_cloud/lib/widgets/account_settings_dialog.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b0esche_cloud/lib/widgets/account_settings_dialog.dart b/b0esche_cloud/lib/widgets/account_settings_dialog.dart index bdcd9db..5ca7b93 100644 --- a/b0esche_cloud/lib/widgets/account_settings_dialog.dart +++ b/b0esche_cloud/lib/widgets/account_settings_dialog.dart @@ -401,7 +401,7 @@ class _AccountSettingsDialogState extends State { // Save Button Center( child: SizedBox( - width: 88, + width: 104, child: ModernGlassButton( onPressed: _updateProfile, child: const Text('Save Changes'), @@ -528,7 +528,7 @@ class _AccountSettingsDialogState extends State { // Change Password Button Center( child: SizedBox( - width: 88, + width: 180, child: ModernGlassButton( onPressed: _changePassword, child: const Text('Change Password'),