diff --git a/ChangeLog b/ChangeLog index 45045cf91..6da2d2d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-12 German Arias + * Panels/Spanish.lproj/GSFindPanel.gorm: Fixed a misspelling. + * Source/NSFontPanel: Changed the width of size's column to + permit a correct internationalization (in other languages "size" + is written with more than 4 characters). + 2010-09-12 Fred Kiefer * Source/NSApplication.m (+detachDrawingThread:...): Correct the diff --git a/Panels/Spanish.lproj/GSFindPanel.gorm/objects.gorm b/Panels/Spanish.lproj/GSFindPanel.gorm/objects.gorm index 80adfcc0e..ca76c1d85 100644 Binary files a/Panels/Spanish.lproj/GSFindPanel.gorm/objects.gorm and b/Panels/Spanish.lproj/GSFindPanel.gorm/objects.gorm differ diff --git a/Source/NSFontPanel.m b/Source/NSFontPanel.m index 4386cc4ea..1cf382fad 100644 --- a/Source/NSFontPanel.m +++ b/Source/NSFontPanel.m @@ -500,22 +500,22 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, - (id) _initWithoutGModel { - NSRect contentRect = {{100, 100}, {300, 300}}; - NSRect topAreaRect = {{0, 42}, {300, 258}}; - NSRect splitViewRect = {{8, 8}, {284, 243}}; - NSRect topSplitRect = {{0, 0}, {284, 45}}; - NSRect previewAreaRect = {{0, 1}, {284, 44}}; - NSRect bottomSplitRect = {{0, 0}, {284, 190}}; + NSRect contentRect = {{100, 100}, {320, 300}}; + NSRect topAreaRect = {{0, 42}, {320, 258}}; + NSRect splitViewRect = {{8, 8}, {304, 243}}; + NSRect topSplitRect = {{0, 0}, {304, 45}}; + NSRect previewAreaRect = {{0, 1}, {304, 44}}; + NSRect bottomSplitRect = {{0, 0}, {304, 190}}; NSRect familyBrowserRect = {{0, 0}, {111, 189}}; NSRect typefaceBrowserRect = {{113, 0}, {111, 189}}; - NSRect sizeBrowserRect = {{226, 0}, {58, 143}}; - NSRect sizeLabelRect = {{226, 145}, {58, 21}}; - NSRect sizeTitleRect = {{226, 168}, {58, 21}}; - NSRect bottomAreaRect = {{0, 0}, {300, 42}}; - NSRect slashRect = {{0, 40}, {300, 2}}; - NSRect revertButtonRect = {{63, 8}, {71, 24}}; - NSRect previewButtonRect = {{142, 8}, {71, 24}}; - NSRect setButtonRect = {{221, 8}, {71, 24}}; + NSRect sizeBrowserRect = {{226, 0}, {78, 143}}; + NSRect sizeLabelRect = {{226, 145}, {78, 21}}; + NSRect sizeTitleRect = {{226, 168}, {78, 21}}; + NSRect bottomAreaRect = {{0, 0}, {320, 42}}; + NSRect slashRect = {{0, 40}, {320, 2}}; + NSRect revertButtonRect = {{83, 8}, {71, 24}}; + NSRect previewButtonRect = {{162, 8}, {71, 24}}; + NSRect setButtonRect = {{241, 8}, {71, 24}}; NSView *v; NSView *topArea; NSView *bottomArea;