From c6200a1079c446d941cb737c576b5f05efa7ffe9 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 24 Apr 2017 19:06:08 +0200 Subject: [PATCH] using gray for alle context bars --- MacPass/ContextBar.xib | 32 ++++++++++++++++++++++------ MacPass/MPContextBarViewController.m | 3 +-- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/MacPass/ContextBar.xib b/MacPass/ContextBar.xib index cfad5c3d..7d3aadac 100644 --- a/MacPass/ContextBar.xib +++ b/MacPass/ContextBar.xib @@ -147,8 +147,8 @@ + + + + + + + + + + @@ -184,8 +194,8 @@ + + + + + + + + + + - + diff --git a/MacPass/MPContextBarViewController.m b/MacPass/MPContextBarViewController.m index 9cc81cc6..1561e28b 100644 --- a/MacPass/MPContextBarViewController.m +++ b/MacPass/MPContextBarViewController.m @@ -57,8 +57,7 @@ typedef NS_ENUM(NSUInteger, MPContextTab) { - (void)awakeFromNib { [[self.filterLabelTextField cell] setBackgroundStyle:NSBackgroundStyleRaised]; - /* Setup History Bar colors */ - self.historyBar.activeGradient = [[NSGradient alloc] initWithStartingColor:[[NSColor orangeColor] shadowWithLevel:0.2] endingColor:[[NSColor orangeColor] highlightWithLevel:0.2]]; + //self.historyBar.activeGradient = [[NSGradient alloc] initWithStartingColor:[[NSColor orangeColor] shadowWithLevel:0.2] endingColor:[[NSColor orangeColor] highlightWithLevel:0.2]]; /* Setup Trash Bar color */ if(!HNHUIIsRunningOnYosemiteOrNewer()) {