From 5f4e5ae9df4391ed61c2d58b1e7b8d764a904d0e Mon Sep 17 00:00:00 2001 From: grummbeer Date: Tue, 14 Mar 2023 18:31:38 +0100 Subject: [PATCH] Unify dialogs. Align buttons to the right --- flutter/lib/common.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/flutter/lib/common.dart b/flutter/lib/common.dart index 3138dd14d..f6bcf5515 100644 --- a/flutter/lib/common.dart +++ b/flutter/lib/common.dart @@ -839,7 +839,6 @@ class CustomAlertDialog extends StatelessWidget { ), actions: actions, actionsPadding: EdgeInsets.fromLTRB(padding, 0, padding, padding), - actionsAlignment: MainAxisAlignment.center, ), ); }