Skip to content

Commit

Permalink
Merge pull request #141 from br1sk/ks/prefs-fix
Browse files Browse the repository at this point in the history
Fix preferences window initial height
  • Loading branch information
keith authored Jul 7, 2018
2 parents a62bf7f + f52172f commit f80f3a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Brisk/Resources/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14113"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
<capability name="stacking Non-gravity area distributions on NSStackView" minToolsVersion="7.0" minSystemVersion="10.11"/>
</dependencies>
Expand Down Expand Up @@ -128,7 +128,8 @@
<action selector="runPageLayout:" target="Ady-hI-5gd" id="Din-rz-gC5"/>
</connections>
</menuItem>
<menuItem title="Print…" keyEquivalent="p" id="aTl-1u-JFS">
<menuItem title="Print…" keyEquivalent="nil" id="aTl-1u-JFS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="print:" target="Ady-hI-5gd" id="qaZ-4w-aoO"/>
</connections>
Expand Down Expand Up @@ -909,7 +910,6 @@ DQ
<rect key="frame" x="0.0" y="0.0" width="450" height="300"/>
<autoresizingMask key="autoresizingMask"/>
<font key="font" metaFont="message"/>
<tabViewItems/>
<connections>
<outlet property="delegate" destination="BhG-02-uGX" id="hiM-nb-0y6"/>
</connections>
Expand Down Expand Up @@ -987,7 +987,7 @@ DQ
<rect key="frame" x="0.0" y="0.0" width="450" height="61"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button translatesAutoresizingMaskIntoConstraints="NO" id="P60-fg-bV0">
<button verticalHuggingPriority="501" translatesAutoresizingMaskIntoConstraints="NO" id="P60-fg-bV0">
<rect key="frame" x="165" y="22" width="120" height="18"/>
<buttonCell key="cell" type="check" title="Show Dock Icon" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="qTh-O2-m75">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
Expand All @@ -1007,10 +1007,12 @@ DQ
</textField>
</subviews>
<constraints>
<constraint firstItem="P60-fg-bV0" firstAttribute="centerY" secondItem="yLd-6I-DVb" secondAttribute="centerY" id="BDf-bH-0H1"/>
<constraint firstAttribute="bottom" secondItem="P60-fg-bV0" secondAttribute="bottom" constant="24" id="19f-MD-Ewg"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="JeI-yg-d2G" secondAttribute="trailing" id="BNF-wu-hYT"/>
<constraint firstItem="JeI-yg-d2G" firstAttribute="baseline" secondItem="P60-fg-bV0" secondAttribute="baseline" id="XBe-y1-RRm"/>
<constraint firstItem="P60-fg-bV0" firstAttribute="centerX" secondItem="yLd-6I-DVb" secondAttribute="centerX" id="mHe-se-yn7"/>
<constraint firstItem="JeI-yg-d2G" firstAttribute="leading" secondItem="P60-fg-bV0" secondAttribute="trailing" constant="8" id="mTk-Hs-hNq"/>
<constraint firstItem="P60-fg-bV0" firstAttribute="top" secondItem="yLd-6I-DVb" secondAttribute="top" constant="23" id="wCh-rT-c7g"/>
</constraints>
</view>
</viewController>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

## Bug Fixes

- Fix preferences window default height
[change](https://github.com/br1sk/brisk/pull/141)

- Update Sonar
[issue 1](https://github.com/br1sk/brisk/issues/136)
[issue 2](https://github.com/br1sk/brisk/issues/137)
Expand Down

0 comments on commit f80f3a4

Please sign in to comment.