From 4bc54c45a3b3935ccf3ec9ccbb7ce9bb548271bd Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Wed, 20 Feb 2013 16:36:21 +0000 Subject: [PATCH] Refs #1754. Fixed: wrong button text shadow direction in Aristo 2 HUD theme. --- AppKit/Themes/Aristo2/ThemeDescriptors.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppKit/Themes/Aristo2/ThemeDescriptors.j b/AppKit/Themes/Aristo2/ThemeDescriptors.j index 0b1d1e1b0..49dd4c532 100644 --- a/AppKit/Themes/Aristo2/ThemeDescriptors.j +++ b/AppKit/Themes/Aristo2/ThemeDescriptors.j @@ -556,7 +556,7 @@ var themedButtonValues = nil, [@"text-color", [CPColor colorWithCalibratedWhite:125.0 / 255.0 alpha:1.0], CPThemeStateTableDataView | CPThemeStateGroupRow], [@"text-color", [CPColor colorWithCalibratedWhite:1.0 alpha:1.0], CPThemeStateTableDataView | CPThemeStateGroupRow | CPThemeStateSelectedTableDataView], [@"text-shadow-color", [CPColor whiteColor], CPThemeStateTableDataView | CPThemeStateGroupRow], - [@"text-shadow-offset", CGSizeMake(0,1), CPThemeStateTableDataView | CPThemeStateGroupRow], + [@"text-shadow-offset", CGSizeMake(0, 1), CPThemeStateTableDataView | CPThemeStateGroupRow], [@"text-shadow-color", [CPColor colorWithCalibratedWhite:0.0 alpha:0.6], CPThemeStateTableDataView | CPThemeStateGroupRow | CPThemeStateSelectedTableDataView], [@"font", [CPFont boldSystemFontOfSize:12.0], CPThemeStateTableDataView | CPThemeStateGroupRow] ]; @@ -2229,7 +2229,7 @@ var themedButtonValues = nil, [@"text-color", [CPColor colorWithCalibratedWhite:1.0 alpha:0.6], CPThemeStateDisabled], [@"text-shadow-color", [CPColor blackColor]], [@"text-shadow-color", [CPColor blackColor], CPThemeStateDisabled], - [@"text-shadow-offset", CGSizeMake(-1.0, -1.0)] + [@"text-shadow-offset", CGSizeMake(0, 1.0)] ]; if (themeValues)