1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

make the bottom bar a regular view (instead of an image view) so that dragging is recognized over the entire window

This commit is contained in:
Mitchell Livingston 2007-05-19 16:25:27 +00:00
parent eb28d5394e
commit 592e80e2df
5 changed files with 5 additions and 3 deletions

View file

@ -59,6 +59,7 @@
IBOutlet NSMenuItem * fOpenIgnoreDownloadFolder;
IBOutlet ImageBackgroundView * fBottomBar;
IBOutlet NSButton * fActionButton, * fSpeedLimitButton;
NSTimer * fSpeedLimitTimer;

View file

@ -199,6 +199,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
- (void) awakeFromNib
{
[fBottomBar setBackgroundImage: [NSImage imageNamed: @"BottomBorder.png"]];
[fStatusBar setBackgroundImage: [NSImage imageNamed: @"StatusBarBackground.png"]];
[fFilterBar setBackgroundImage: [NSImage imageNamed: @"FilterBarBackground.png"]];

View file

@ -50,6 +50,7 @@
LANGUAGE = ObjC;
OUTLETS = {
fActionButton = NSButton;
fBottomBar = ImageBackgroundView;
fDateSortActionItem = NSMenuItem;
fDateSortItem = NSMenuItem;
fDockMenu = NSMenu;

View file

@ -11,9 +11,9 @@
<key>1480</key>
<string>366 546 420 63 0 0 1152 842 </string>
<key>1603</key>
<string>337 545 477 67 0 0 1152 842 </string>
<string>275 437 477 67 0 0 1152 842 </string>
<key>29</key>
<string>118 704 451 44 0 0 1152 842 </string>
<string>145 689 451 44 0 0 1152 842 </string>
<key>456</key>
<string>396 374 240 225 0 0 1152 842 </string>
<key>581</key>
@ -31,7 +31,6 @@
<integer>3</integer>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>21</integer>
</array>
<key>IBSystem Version</key>

Binary file not shown.