change to the url sheet sizing

This commit is contained in:
Mitchell Livingston 2006-11-18 16:01:42 +00:00
parent af170830f7
commit 6f23f36cc7
2 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,8 @@
#define ROW_HEIGHT_SMALL 40.0
#define WINDOW_REGULAR_WIDTH 468.0
#define MAX_URL_WINDOW_WIDTH 5000
#define UPDATE_UI_SECONDS 1.0
#define AUTO_SPEED_LIMIT_SECONDS 5.0
@ -288,6 +290,9 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[currentFilterButton setEnabled: YES];
//url sheet
[fURLSheetWindow setMaxSize: NSMakeSize(MAX_URL_WINDOW_WIDTH, [fURLSheetWindow minSize].height)];
//observe notifications
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];

Binary file not shown.