diff --git a/flutter_hbb/lib/remote_page.dart b/flutter_hbb/lib/remote_page.dart index 0d7f2a9c4..37fa62461 100644 --- a/flutter_hbb/lib/remote_page.dart +++ b/flutter_hbb/lib/remote_page.dart @@ -520,9 +520,11 @@ void enterPasswordDialog(String id, BuildContext context) { Column(mainAxisSize: MainAxisSize.min, children: [ PasswordWidget(controller: controller), CheckboxListTile( + contentPadding: const EdgeInsets.all(0), + dense: true, controlAffinity: ListTileControlAffinity.leading, title: Text( - 'Remember the password', + 'Remember password', ), value: remember, onChanged: (v) {