mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -1,3 +1,4 @@
|
||||
import 'package:PiliPlus/common/constants.dart';
|
||||
import 'package:flutter/material.dart' show BoxFit;
|
||||
|
||||
enum VideoFitType {
|
||||
@@ -9,7 +10,7 @@ enum VideoFitType {
|
||||
none('原始', boxFit: BoxFit.none),
|
||||
scaleDown('限制', boxFit: BoxFit.scaleDown),
|
||||
ratio_4x3('4:3', aspectRatio: 4 / 3),
|
||||
ratio_16x9('16:9', aspectRatio: 16 / 9)
|
||||
ratio_16x9('16:9', aspectRatio: StyleString.aspectRatio16x9)
|
||||
;
|
||||
|
||||
final String desc;
|
||||
|
||||
@@ -2459,7 +2459,7 @@ Widget buildDmChart(
|
||||
bottom:
|
||||
videoDetailController.viewPointList.isNotEmpty &&
|
||||
videoDetailController.showVP.value
|
||||
? 20.25 + offset
|
||||
? 19.25 + offset
|
||||
: 4.25 + offset,
|
||||
),
|
||||
child: LineChart(
|
||||
|
||||
Reference in New Issue
Block a user