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> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>Save images</string> <string>Usage images</string>
<key>NSPhotoLibraryAddUsageDescription</key> <key>NSPhotoLibraryAddUsageDescription</key>
<string>Add images</string> <string>Save images</string>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>
<string>LaunchScreen</string> <string>LaunchScreen</string>
<key>UIMainStoryboardFile</key> <key>UIMainStoryboardFile</key>

View File

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