From ca1655191757c2abcaaed1416d851692a42c4cdc Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sun, 2 Feb 2025 17:18:21 +0800 Subject: [PATCH] mod: dm chart height Signed-off-by: bggRGjQaUbCoE --- lib/plugin/pl_player/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 54e967a6..88c19897 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -1534,7 +1534,7 @@ Widget buildDmChart( ]) { return IgnorePointer( child: Container( - height: 14, + height: 12, margin: EdgeInsets.only( bottom: plPlayerController.viewPointList.isNotEmpty && plPlayerController.showVP.value