fix: Shortcut settings Reset to default is missing bottom margin #3710 (#3715)

This commit is contained in:
Muhammad Saad Tanveer 2023-10-17 08:47:07 +05:00 committed by GitHub
parent 25b4a647b0
commit 3647af44c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,8 @@ class ShortcutsListView extends StatelessWidget {
},
),
],
)
),
const VSpace(10),
],
);
}