mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
feat: drag subtitle
Closes #588 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1238,9 +1238,9 @@ class HeaderControlState extends State<HeaderControl> {
|
||||
data: sliderTheme,
|
||||
child: Slider(
|
||||
min: 0,
|
||||
max: 100,
|
||||
max: 200,
|
||||
value: subtitlePaddingB.toDouble(),
|
||||
divisions: 100,
|
||||
divisions: 200,
|
||||
label: '$subtitlePaddingB',
|
||||
onChanged: (double val) {
|
||||
updateBottomPadding(val.round());
|
||||
|
||||
Reference in New Issue
Block a user