Skip to content

Commit b536850

Browse files
committed
Fix some issues with CSV field mapping dialog in Dark Mode on 10.14
Note: some issues remain because 10.14 uses „secondaryLabelColor“ as border color for boxes, which does not exist before 10.10 Also on 10.9 if no color is set as borderColor/fillColor for boxes, it will default to black, while in 10.14 it defaults to „OS default“.
1 parent 6fd4aec commit b536850

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Interfaces/English.lproj/DataMigrationDialog.xib

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
8181
</view>
8282
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
83-
<color key="fillColor" white="0.93000000719999998" alpha="1" colorSpace="calibratedWhite"/>
83+
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
8484
</box>
8585
<box autoresizesSubviews="NO" title="Box" boxType="custom" borderType="line" titlePosition="noTitle" id="14" userLabel="Header Box (Box)">
8686
<rect key="frame" x="-1" y="308" width="636" height="41"/>
@@ -140,7 +140,7 @@
140140
</subviews>
141141
</view>
142142
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
143-
<color key="fillColor" red="0.9450981021" green="0.9450981021" blue="0.9450981021" alpha="1" colorSpace="deviceRGB"/>
143+
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
144144
</box>
145145
<scrollView autohidesScrollers="YES" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="13">
146146
<rect key="frame" x="-1" y="129" width="636" height="144"/>
@@ -363,7 +363,6 @@ DQ
363363
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
364364
<pathCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" selectable="YES" focusRingType="none" alignment="left" id="26">
365365
<font key="font" metaFont="smallSystem"/>
366-
<color key="backgroundColor" red="0.92941182850000004" green="0.92941182850000004" blue="0.92941182850000004" alpha="1" colorSpace="deviceRGB"/>
367366
</pathCell>
368367
</pathControl>
369368
<button id="111">

0 commit comments

Comments
 (0)