Skip to content

Commit

Permalink
Smaller initial Mac App screen size & smaller min size [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Nov 14, 2017
1 parent bc7d205 commit b37d514
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions OSX/Metabase/UI/MainMenu.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13A603" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
<plugIn identifier="com.apple.WebKitIBPlugin" version="5053"/>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
<plugIn identifier="com.apple.WebKitIBPlugin" version="9532"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
Expand Down Expand Up @@ -174,16 +175,15 @@
</menu>
<window allowsToolTipsWhenApplicationIsInactive="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="INAppStoreWindow">
<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="335" y="390" width="1473" height="901"/>
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
<value key="minSize" type="size" width="1000" height="800"/>
<rect key="contentRect" x="335" y="390" width="1000" height="700"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="2537"/>
<value key="minSize" type="size" width="800" height="600"/>
<view key="contentView" canDrawConcurrently="YES" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="1473" height="901"/>
<rect key="frame" x="0.0" y="0.0" width="1000" height="700"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<webView canDrawConcurrently="YES" translatesAutoresizingMaskIntoConstraints="NO" id="mhE-X5-FF6">
<rect key="frame" x="0.0" y="0.0" width="1473" height="901"/>
<rect key="frame" x="0.0" y="0.0" width="1000" height="700"/>
<webPreferences key="preferences" defaultFontSize="12" defaultFixedFontSize="12" plugInsEnabled="NO" javaEnabled="NO">
<nil key="identifier"/>
</webPreferences>
Expand Down Expand Up @@ -211,7 +211,7 @@
<customView translatesAutoresizingMaskIntoConstraints="NO" id="V9v-oH-CLo">
<rect key="frame" x="64" y="0.0" width="523" height="32"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BVV-jo-b9C">
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BVV-jo-b9C">
<rect key="frame" x="229" y="8" width="65" height="17"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Metabase" id="Vvp-PZ-SY5">
<font key="font" metaFont="system"/>
Expand Down

0 comments on commit b37d514

Please sign in to comment.