Paste to upload

This commit is contained in:
2024-06-29 21:03:15 +08:00
parent e336d2372a
commit 49f999871a
9 changed files with 115 additions and 33 deletions

View File

@ -332,14 +332,14 @@
</menu>
<window title="Solian" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="MainFlutterWindow" customModule="Solian" customModuleProvider="target">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<rect key="contentRect" x="335" y="390" width="380" height="600"/>
<rect key="contentRect" x="335" y="390" width="960" height="540"/>
<rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/>
<value key="minSize" type="size" width="380" height="600"/>
<value key="minSize" type="size" width="380" height="540"/>
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="380" height="600"/>
<rect key="frame" x="0.0" y="0.0" width="960" height="540"/>
<autoresizingMask key="autoresizingMask"/>
</view>
<point key="canvasLocation" x="130.5" y="144"/>
<point key="canvasLocation" x="266" y="141.5"/>
</window>
</objects>
</document>

View File

@ -7,7 +7,7 @@ class MainFlutterWindow: NSWindow {
let windowFrame = self.frame
self.contentViewController = flutterViewController
self.setFrame(windowFrame, display: true)
self.minSize = NSSize(width: 380, height: 600)
self.minSize = NSSize(width: 380, height: 540)
RegisterGeneratedPlugins(registry: flutterViewController)