Adium

Ticket #6248 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

“Show all dock icons” button doesn't fits preference window size in spanishversion of adium 1.0

Reported by: enkuturi Assigned to: nobody
Priority: normal Milestone:
Component: Localization Version: 1.0
Severity: minor Keywords:
Cc: Patch:
Pending:

Description

I use thespanish version of adium. in the preferences window, in the “appareance” pane, the button next to the dock icon selection doesn't fots the window size, so, the button dont shows all the text, and the image is like cropped. screenshot attached

Attachments

Pantalla 1.jpg (65.9 kB) - added by enkuturi on 02/04/2007 01:14:16 PM.
In this screenshot you can see the button.

Change History

02/04/2007 01:14:16 PM changed by enkuturi

  • attachment Pantalla 1.jpg added.

In this screenshot you can see the button.

02/05/2007 03:44:47 AM changed by evands

  • component changed from None to Localization.
  • severity changed from normal to minor.

04/07/2007 09:27:28 PM changed by evands

  • status changed from new to closed.
  • resolution set to fixed.

(In [19325]) Reworked how the preferences window is generated and displayed.

  • We now use Matt Gemmell's SS_PrefsController (http://mattgemmell.com/ - updates to readme, etc. to follow) to dynamically generate the preferences window. There are some Adium-specific modifications to it, a fix for initial-selection, and the ability to include separators.
    • The preferences window can now allow resizing on a per-view basis if we want to do that. Refs #4380
    • The window will size both horizontally and vertically as necessary to display preferences. This should fix #6248.
    • AIAdvancedPreferencePane is now the superclass for advanced preferences.
    • The accounts pane is now first and separated from the rest by a separator. Fixes #6190.
  • Preferences nibs now have full control over their display. Any border between the view and the edge of the window is specified by that nib. This makes further modifications to the prefs much less finicky. Refs #1882.
  • The Advanced preferences UI now uses a source list. In the process, a minor drawing bug was corrected. Fixes #4708
  • Message history preferences are now in General. The advanced preferences for it have been removed from that pane. The behavior can be customized via the Customize button next to the checkbox. Fixes #6682.
  • General now utilizes bindings for most of its preferences.