change to the url sheet sizing
This commit is contained in:
parent
af170830f7
commit
6f23f36cc7
|
@ -58,6 +58,8 @@
|
||||||
#define ROW_HEIGHT_SMALL 40.0
|
#define ROW_HEIGHT_SMALL 40.0
|
||||||
#define WINDOW_REGULAR_WIDTH 468.0
|
#define WINDOW_REGULAR_WIDTH 468.0
|
||||||
|
|
||||||
|
#define MAX_URL_WINDOW_WIDTH 5000
|
||||||
|
|
||||||
#define UPDATE_UI_SECONDS 1.0
|
#define UPDATE_UI_SECONDS 1.0
|
||||||
#define AUTO_SPEED_LIMIT_SECONDS 5.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];
|
[currentFilterButton setEnabled: YES];
|
||||||
|
|
||||||
|
//url sheet
|
||||||
|
[fURLSheetWindow setMaxSize: NSMakeSize(MAX_URL_WINDOW_WIDTH, [fURLSheetWindow minSize].height)];
|
||||||
|
|
||||||
//observe notifications
|
//observe notifications
|
||||||
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
|
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue