mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-09 20:27:13 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49bd25bad4 | ||
|
|
2b265310ef |
@@ -56,7 +56,7 @@ var _CPTexturedWindowHeadGradientColor = nil,
|
||||
+ (CPColor)solidColor
|
||||
{
|
||||
if (!_CPTexturedWindowHeadSolidColor)
|
||||
_CPTexturedWindowHeadSolidColor = [CPColor colorWithCalibratedRed:182.0 / 255.0 green:182.0 / 255.0 blue:182.0 / 255.0 alpha:1.0];
|
||||
_CPTexturedWindowHeadSolidColor = [CPColor colorWithCalibratedRed:195.0 / 255.0 green:195.0 / 255.0 blue:195.0 / 255.0 alpha:1.0];
|
||||
|
||||
return _CPTexturedWindowHeadSolidColor;
|
||||
}
|
||||
|
||||
@@ -37,5 +37,6 @@ done
|
||||
chmod +x $INSTALL_DIR/share/objj/bin/*
|
||||
|
||||
gem install *.gem
|
||||
gem cleanup objective-j
|
||||
|
||||
echo "Cappuccino Tools Installed"
|
||||
|
||||
Reference in New Issue
Block a user