Skip to content

Commit

Permalink
Fixed label color again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Vaidyam committed Dec 25, 2015
1 parent bb12daf commit 51578c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Parrot/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
<animations/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" sendsActionOnEndEditing="YES" title="Chat message here!" id="0cE-ab-U0c">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="textColor" name="selectedControlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
Expand Down
2 changes: 1 addition & 1 deletion Parrot/ChatMessageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ChatMessageView : NSTableCellView {

var orientation: Orientation = .Left
//static let font = NSFont.systemFontOfSize(NSFont.systemFontSize())

override init(frame frameRect: NSRect) {
super.init(frame: frameRect)
//self.wantsLayer = true
Expand Down

0 comments on commit 51578c4

Please sign in to comment.