From 888f3f8a3a13f7482a443f8f1a881cee2988b981 Mon Sep 17 00:00:00 2001 From: orz12 Date: Tue, 26 Dec 2023 01:46:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A7=86=E9=A2=91=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E8=BF=9B=E5=BA=A6=E6=9D=A1=E6=97=A0=E6=B3=95=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/view.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 45d499ef..89b85607 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -619,7 +619,7 @@ class _PLVideoPlayerState extends State return Container(); } return Positioned( - bottom: -3.5, + bottom: -1.5, left: 0, right: 0, child: ProgressBar( @@ -632,7 +632,7 @@ class _PLVideoPlayerState extends State Theme.of(context).colorScheme.primary.withOpacity(0.4), timeLabelLocation: TimeLabelLocation.none, thumbColor: colorTheme, - barHeight: 2, + barHeight: 3, thumbRadius: 0.0, // onDragStart: (duration) { // _.onChangedSliderStart();