Skip to content

Commit

Permalink
Fix some text boxes having wrong color in Dark Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoagx committed Jul 20, 2018
1 parent 27ba34f commit 879817c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Interfaces/English.lproj/BundleEditor.xib
Expand Up @@ -797,10 +797,11 @@ Gw
<textView editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" allowsNonContiguousLayout="YES" id="1147">
<rect key="frame" x="0.0" y="0.0" width="255" height="92"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="255" height="92"/>
<size key="maxSize" width="463" height="10000000"/>
<color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
<connections>
<binding destination="982" name="value" keyPath="selection.description" id="1166"/>
</connections>
Expand Down
8 changes: 5 additions & 3 deletions Interfaces/English.lproj/DBView.xib
Expand Up @@ -1774,10 +1774,11 @@ Gw
<rect key="frame" x="0.0" y="0.0" width="671" height="74"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textView editable="NO" drawsBackground="NO" importsGraphics="NO" horizontallyResizable="YES" verticallyResizable="YES" usesFontPanel="YES" allowsNonContiguousLayout="YES" id="8248">
<textView editable="NO" drawsBackground="NO" importsGraphics="NO" horizontallyResizable="YES" richText="NO" verticallyResizable="YES" usesFontPanel="YES" allowsNonContiguousLayout="YES" id="8248">
<rect key="frame" x="0.0" y="0.0" width="671" height="74"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="671" height="74"/>
<size key="maxSize" width="887" height="10000000"/>
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
Expand Down Expand Up @@ -1850,7 +1851,8 @@ Gw
<textView importsGraphics="NO" richText="NO" verticallyResizable="YES" findStyle="panel" continuousSpellChecking="YES" smartInsertDelete="YES" id="8236">
<rect key="frame" x="0.0" y="0.0" width="541" height="71"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="541" height="71"/>
<size key="maxSize" width="1097" height="10000000"/>
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
Expand Down
2 changes: 1 addition & 1 deletion Interfaces/English.lproj/Preferences.xib
Expand Up @@ -884,7 +884,7 @@ Gw
</connections>
</button>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" id="cv6-Te-MPL">
<rect key="frame" x="202" y="174" width="360" height="28"/>
<rect key="frame" x="202" y="172" width="360" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" truncatesLastVisibleLine="YES" sendsActionOnEndEditing="YES" id="JMS-lH-5Te">
<font key="font" metaFont="smallSystem"/>
Expand Down

0 comments on commit 879817c

Please sign in to comment.