mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +00:00
MacPDF: Larger default window size
This commit is contained in:
parent
43859f07ec
commit
751ed5e1ee
Notes:
sideshowbarker
2024-07-17 03:35:24 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/751ed5e1ee Pull-request: https://github.com/SerenityOS/serenity/pull/21272
1 changed files with 3 additions and 3 deletions
|
@ -17,17 +17,17 @@
|
|||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="xOd-HO-29H" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="133" y="235" width="507" height="413"/>
|
||||
<rect key="contentRect" x="133" y="235" width="600" height="800"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1728" height="1079"/>
|
||||
<value key="minSize" type="size" width="94" height="86"/>
|
||||
<view key="contentView" id="gIp-Ho-8D9" customClass="LagomPDFView">
|
||||
<rect key="frame" x="0.0" y="0.0" width="507" height="413"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="600" height="800"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="0bl-1N-x8E"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="80" y="126"/>
|
||||
<point key="canvasLocation" x="139.5" y="430"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
|
Loading…
Add table
Reference in a new issue