Ticket #107 (closed defect: fixed)
Find dialog does not account for localized texts
| Reported by: | hjansen | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Wx::Perl::Dialog | Version: | 0.15 |
| Keywords: | locale dialog i18n | Cc: |
Description
The find dialog does not account for localized texts: The space used for the checkbox option descriptions is somewhat statically defined (3 column layout).
I don't know if that should be solved on the calling side (Padre::Wx::Dialog::Find) or in the module providing the dialog (Wx::Perl::Dialog), so maybe the component assignment of this report has to changed.
I haven't yet checked if other padre dialogs are also affected but that probably depends on the unforeseeable future translations anyway.
Attachments
Change History
Changed 5 years ago by hjansen
- Attachment dialog.png added
comment:2 Changed 4 years ago by adamk
Solve it on the demand side. Wx::Perl::Dialog is used to build way too many dialogs to rip it out at this point or change it to being flexible. The API pretty much demands it be fixed width.
We need to redo each of the dialogs one at a time using proper Wx layouts.

screenshot of find dialog with cut-of checkbox descriptions