Skip to content

Commit

Permalink
Adapt Connection View Button Bar for Dark Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoagx committed Jul 19, 2018
1 parent e38f2b5 commit 2ae3bbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Interfaces/English.lproj/ConnectionView.xib
Expand Up @@ -76,11 +76,10 @@
<rect key="frame" x="0.0" y="0.0" width="200" height="513"/>
<autoresizingMask key="autoresizingMask" heightSizable="YES"/>
<subviews>
<imageView id="5822">
<customView id="Eax-vh-nTp" customClass="SPButtonBar">
<rect key="frame" x="0.0" y="0.0" width="200" height="23"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="button_bar_spacer" id="5823"/>
</imageView>
</customView>
<popUpButton id="5824">
<rect key="frame" x="2" y="0.0" width="34" height="23"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
Expand Down Expand Up @@ -223,7 +222,7 @@
</scroller>
</scrollView>
<button id="5853">
<rect key="frame" x="69" y="1" width="34" height="23"/>
<rect key="frame" x="69" y="0.0" width="34" height="23"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="button_add" imagePosition="overlaps" alignment="center" alternateImage="button_add" inset="2" id="5854">
<behavior key="behavior" lightByContents="YES"/>
Expand All @@ -234,7 +233,7 @@
</connections>
</button>
<button id="5851">
<rect key="frame" x="35" y="1" width="34" height="23"/>
<rect key="frame" x="35" y="0.0" width="34" height="23"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="button_add_folder" imagePosition="only" alignment="center" alternateImage="button_add_folder" inset="2" id="5852">
<behavior key="behavior" lightByContents="YES"/>
Expand Down Expand Up @@ -2596,7 +2595,6 @@ DQ
<image name="button_add" width="30" height="22"/>
<image name="button_add_folder" width="30" height="22"/>
<image name="button_bar_handle" width="15" height="23"/>
<image name="button_bar_spacer" width="11" height="23"/>
<image name="key-icon" width="16" height="9"/>
<image name="key-icon-alternate" width="16" height="9"/>
</resources>
Expand Down
2 changes: 1 addition & 1 deletion Interfaces/English.lproj/MainWindow.xib
Expand Up @@ -35,7 +35,7 @@
</connections>
</customView>
<tabView misplaced="YES" drawsBackground="NO" type="noTabsNoBorder" id="4">
<rect key="frame" x="0.0" y="1" width="948" height="529"/>
<rect key="frame" x="0.0" y="0.0" width="948" height="530"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<font key="font" metaFont="system"/>
<tabViewItems/>
Expand Down

0 comments on commit 2ae3bbf

Please sign in to comment.