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();