sheet height

This commit is contained in:
niuhuan 2021-12-20 14:49:50 +08:00
parent b069986ce8
commit 43a70e81b3
2 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>Save images</string>
<string>Usage images</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Add images</string>
<string>Save images</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>

View File

@ -629,7 +629,7 @@ abstract class _ImageReaderContentState extends State<_ImageReaderContent> {
backgroundColor: Color(0xAA000000),
builder: (context) {
return Container(
height: MediaQuery.of(context).size.height / 2,
height: MediaQuery.of(context).size.height * (.45),
child: _EpChooser(
widget.struct.epNameMap,
widget.struct.epOrder,