-Changed Main Split view to fix a graphical bug in the results split area
-Changed the maximum width of the search field -Fixed a bug: "Network error" when having special characters in query -Fixed a bug: Returned false results when having a "&" in the query
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#import "Lyrics.h"
|
||||
#import <Growl/Growl.h>
|
||||
|
||||
@interface MainController : NSObject <NSWindowDelegate, NSOutlineViewDataSource, NSOutlineViewDelegate>
|
||||
@interface MainController : NSObject <NSWindowDelegate, NSSplitViewDelegate, NSOutlineViewDataSource, NSOutlineViewDelegate>
|
||||
@property (weak) IBOutlet NSMenuItem *iLyricsMenuItem;
|
||||
@property (unsafe_unretained) IBOutlet NSWindow *window;
|
||||
@property (weak) IBOutlet NSSearchField *searchField;
|
||||
|
||||
Reference in New Issue
Block a user