From 17a61b51036c1d7d31042fcc5d5cd3f6f03debd6 Mon Sep 17 00:00:00 2001 From: grummbeer Date: Tue, 6 Jun 2023 20:41:20 +0200 Subject: [PATCH] Cleanup Dialogs. Remove extra space on RDP dialog --- flutter/lib/common/widgets/peer_card.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flutter/lib/common/widgets/peer_card.dart b/flutter/lib/common/widgets/peer_card.dart index 14d04bc6c..ab8fd9fea 100644 --- a/flutter/lib/common/widgets/peer_card.dart +++ b/flutter/lib/common/widgets/peer_card.dart @@ -1136,9 +1136,6 @@ void _rdpDialog(String id) async { child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - const SizedBox( - height: 8.0, - ), Row( children: [ isDesktop @@ -1207,7 +1204,7 @@ void _rdpDialog(String id) async { )), ), ], - ).marginOnly(bottom: isDesktop ? 8 : 0), + ) ], ), ),