mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-12 20:30:13 +08:00
custom player/max volume
Closes #2199 Closes #2358 Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -35,7 +35,7 @@ class SelectDialog<T> extends StatelessWidget {
|
||||
clipBehavior: Clip.hardEdge,
|
||||
title: Text(title),
|
||||
constraints: subtitleBuilder != null
|
||||
? const BoxConstraints(maxWidth: 320, minWidth: 320)
|
||||
? const BoxConstraints.tightFor(width: 320)
|
||||
: null,
|
||||
contentPadding: const EdgeInsets.symmetric(vertical: 12),
|
||||
content: Material(
|
||||
|
||||
Reference in New Issue
Block a user