mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: def subtitle stroke
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1303,7 +1303,7 @@ class _HeaderControlState extends State<HeaderControl> {
|
|||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Text('描边粗细 $subtitleStrokeWidth'),
|
Text('描边粗细 $subtitleStrokeWidth'),
|
||||||
resetBtn(1.5, () => updateStrokeWidth(1.5)),
|
resetBtn(2.0, () => updateStrokeWidth(2.0)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
|
|||||||
Reference in New Issue
Block a user