Skip to content

Commit

Permalink
SettingsNotificiations: fix width for long account names
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Jun 10, 2023
1 parent e055c59 commit b93cda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/settings/notifications.dart
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ class _AppCardState extends State<AppCard> {
leadingIcon: const Icon(Icons.account_balance),
label: Text(S.of(context).settingsNLAppAccount),
dropdownMenuEntries: accountOptions,
width: MediaQuery.of(context).size.width - 128,
onSelected: (AccountRead? account) async {
FocusManager.instance.primaryFocus?.unfocus();
final NotificationAppSettings settings =
Expand Down

0 comments on commit b93cda0

Please sign in to comment.