mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 弹幕粗细分隔错误
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user