Skip to content

Commit

Permalink
fixed position
Browse files Browse the repository at this point in the history
  • Loading branch information
zaru committed Apr 4, 2020
1 parent 4c6e4bd commit 4b8aecd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions menuffy/Preference/PreferenceWindow.xib
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="LightningMenu" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g">
<window title="menuffy" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<rect key="contentRect" x="196" y="240" width="400" height="120"/>
<rect key="contentRect" x="196" y="240" width="400" height="90"/>
<rect key="screenRect" x="0.0" y="0.0" width="3360" height="1394"/>
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="400" height="120"/>
<rect key="frame" x="0.0" y="0.0" width="400" height="90"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
</view>
<toolbar key="toolbar" implicitIdentifier="8FDB13FD-5222-4EE6-9921-66457B7DE20D" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="vFo-by-p2x">
Expand Down
6 changes: 3 additions & 3 deletions menuffy/Preference/Tabs/Shortkey.xib
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="c22-O7-iKe">
<rect key="frame" x="0.0" y="0.0" width="400" height="100"/>
<rect key="frame" x="0.0" y="0.0" width="400" height="90"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lb0-wa-eOg">
<rect key="frame" x="33" y="42" width="59" height="16"/>
<rect key="frame" x="33" y="45" width="59" height="16"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Shortkey" id="6HQ-Rb-GPE">
<font key="font" usesAppearanceFont="YES"/>
Expand All @@ -28,7 +28,7 @@
</textFieldCell>
</textField>
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dkd-8b-aJb" customClass="RecordView" customModule="KeyHolder">
<rect key="frame" x="130" y="33" width="250" height="34"/>
<rect key="frame" x="130" y="36" width="250" height="34"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="color" keyPath="tintColor">
Expand Down

0 comments on commit 4b8aecd

Please sign in to comment.