|
Bugzilla – Full Text Bug Listing |
| Summary: | SL10_LOC-Linux-ES-Beta2 050819 - Truncated button in Firewall Options | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Emmet Wildes <emmetw> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | VERIFIED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | davidbo |
| Version: | Beta 2 | Keywords: | L10N, Spanish |
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Localization | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Advanced button is truncated. | ||
|
Description
Emmet Wildes
2005-08-25 08:27:59 UTC
Created attachment 47485 [details]
Advanced button is truncated.
From users.es.po Unable to shorten string as translator said the string would be meaningless. Can the button be increased in size? Lukas, the cause to this is that this layout uses layout weights to enfoce a ratio of 9:2 between the layout box with the allowed services and the button panel. That kind of ratio is always enforced by the layout engine, so when the buttons need more space (due to translations that may be longer than expected), they will not get it and be cut off. see firewall/src/subdialogs.ycp:AllowedServices() Solution: Don't use layout weights here, let the buttons simply get as big ast they need to be. The layout engine will take care of the rest. If that doesn't work out as you expect, please contact me. We have discussed this problem with Stefan. I'm probably able to fix it using some kind of UI hacking in a very short time. The problem is that we don't have any stretchable GRID just only Horizontal and Vertical boxes. On the other hand I had a common problem in the DNS Server configuration and I should be able to fix it also for the Firewall. But that the question for Andreas: Could I fix it for 10.0 or for some later product? Thanks If you test it properly, this is ok to submit for 10.0. Fixed in SVN Still an issue on Spanish Beta4 050901 You must be definitely joking :) How could you have it fixed in Beta4 when I have sent it to the autobuild for the next version before a little while? Fixed on RC1 |