From: dynaflash Date: Thu, 16 Aug 2007 06:46:52 +0000 (+0000) Subject: MacGui: Layout refinements courtesy of hawkman X-Git-Tag: 0.9.0~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b350aad5a619be96ae05b09c4120c9ead9bfebd;p=handbrake MacGui: Layout refinements courtesy of hawkman git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@817 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/Controller.mm b/macosx/Controller.mm index fc1ce3737..5fe74367b 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -551,7 +551,7 @@ return registrationDictionary; [fSrcChapterToField setStringValue: _( @"to" )]; [fSrcDuration1Field setStringValue: _( @"Duration:" )]; - [fDstFormatField setStringValue: _( @"File format:" )]; + [fDstFormatField setStringValue: _( @"Format:" )]; [fDstCodecsField setStringValue: _( @"Codecs:" )]; [fDstFile1Field setStringValue: _( @"File:" )]; [fDstBrowseButton setTitle: _( @"Browse" )]; @@ -801,8 +801,8 @@ list = hb_get_titles( fHandle ); NSRect frame = [fWindow frame]; if (frame.size.width <= 591) frame.size.width = 591; - frame.size.height += -44; - frame.origin.y -= -44; + frame.size.height += -36; + frame.origin.y -= -36; [fWindow setFrame:frame display:YES animate:YES]; /* FIXME */ @@ -1605,8 +1605,8 @@ list = hb_get_titles( fHandle ); NSRect frame = [fWindow frame]; if (frame.size.width <= 591) frame.size.width = 591; - frame.size.height += 44; - frame.origin.y -= 44; + frame.size.height += 36; + frame.origin.y -= 36; [fWindow setFrame:frame display:YES animate:YES]; } @@ -2510,7 +2510,7 @@ list = hb_get_titles( fHandle ); if (fTitle->job->pixel_ratio > 0) { - [fPicSettingPARDsply setStringValue: @"On"]; + [fPicSettingPARDsply setStringValue: @""]; } else { diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 8f757bbe0..bf5d039c3 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -7,11 +7,11 @@ IBEditorPositions 1843 - 620 338 200 530 0 0 1440 878 + 540 238 200 530 0 0 1280 778 2436 - 307 360 192 68 0 0 1440 878 + 268 316 192 68 0 0 1280 778 29 - 17 588 368 44 0 0 1440 878 + 14 517 368 44 0 0 1280 778 IBFramework Version 446.1 @@ -27,8 +27,9 @@ 4 IBOpenObjects + 29 + 21 2436 - 365 IBSystem Version 8R2218 @@ -38,7 +39,7 @@ guideLocations - Horizontal:492.000000 + Horizontal:498.000000 guidesLocked diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index a15d84d09..be194ed21 100644 Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ diff --git a/macosx/English.lproj/Preferences.nib/keyedobjects.nib b/macosx/English.lproj/Preferences.nib/keyedobjects.nib index 26ec4f322..d50f0596d 100644 Binary files a/macosx/English.lproj/Preferences.nib/keyedobjects.nib and b/macosx/English.lproj/Preferences.nib/keyedobjects.nib differ