better hiding of bottom texture on 10.5

This commit is contained in:
Mitchell Livingston
2007-12-13 15:19:46 +00:00
parent cea2275bcf
commit 9bf313c08a
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@
IBOutlet NSMenuItem * fOpenIgnoreDownloadFolder;
IBOutlet StatusBarView * fBottomTigerBar;
IBOutlet NSBox * fBottomTigerLine;
IBOutlet NSButton * fActionButton, * fSpeedLimitButton;
NSTimer * fSpeedLimitTimer;
IBOutlet NSTextField * fTotalTorrentsField;
+5 -2
View File
@@ -251,18 +251,21 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
{
[fWindow setContentBorderThickness: [[fTableView enclosingScrollView] frame].origin.y forEdge: NSMinYEdge];
[[fTotalTorrentsField cell] setBackgroundStyle: NSBackgroundStyleRaised];
[fBottomTigerBar setHidden: YES];
}
else
{
//status bar
[fStatusBar setShowOnTiger: YES];
[fBottomTigerBar setShowOnTiger: YES];
[fStatusButton setHidden: YES];
[fStatusTigerField setHidden: NO];
[fStatusTigerImageView setHidden: NO];
//bottom bar
[fBottomTigerBar setShowOnTiger: YES];
[fBottomTigerBar setHidden: NO];
[fBottomTigerLine setHidden: NO];
//filter bar
[fNoFilterButton sizeToFit];
[fDownloadFilterButton sizeToFit];
+2
View File
@@ -165,6 +165,8 @@
<string>NSButton</string>
<key>fBottomTigerBar</key>
<string>StatusBarView</string>
<key>fBottomTigerLine</key>
<string>NSBox</string>
<key>fDockMenu</key>
<string>NSMenu</string>
<key>fDownloadFilterButton</key>
Binary file not shown.