fix: 弹幕粗细分隔错误

This commit is contained in:
orz12
2024-05-22 10:01:24 +08:00
parent c26a011e9f
commit 75d3e9ea7b

View File

@@ -945,7 +945,7 @@ class _HeaderControlState extends State<HeaderControl> {
min: 0, min: 0,
max: 8, max: 8,
value: fontWeight.toDouble(), value: fontWeight.toDouble(),
divisions: 9, divisions: 8,
label: '${fontWeight + 1}', label: '${fontWeight + 1}',
onChanged: (double val) { onChanged: (double val) {
fontWeight = val.toInt(); fontWeight = val.toInt();