[Bug 12907] New: Text not totally visible in the Display tab (winecfg)
http://bugs.winehq.org/show_bug.cgi?id=12907 Summary: Text not totally visible in the Display tab (winecfg) Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kwixbit(a)gmail.com In the Display tab there's a little bug when using some languages. The text next to the third checkbox isn't totally visible. (Allow the window manager to manage the windows) I'm not sure about the translation of the item, because my installation is in french. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #1 from Warren Dumortier <kwixbit(a)gmail.com> 2008-05-01 05:58:28 --- Sorry to post twice, but also the text next to the screen resolution slider is affected with this bug, ppt isn't totally visible too (but horizontally). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-01 06:08:59 --- Looks like the bug was introduced by my recent work on that winecfg page. It should be pretty easy to fix it in programs/winecfg/Fr.rc. I'd suggest to make the text shorter to fit into a single line to avoid a difference with other language resources. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |tools -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #3 from Warren Dumortier <kwixbit(a)gmail.com> 2008-05-02 04:47:39 --- Hi! I don't think that it's a length problem as it isn't totally visible, but vertically, not horizontally! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-02 05:05:16 --- It doesn't matter. Have you tried to fix IDD_GRAPHCFG dialog in the mentioned earlier resource file? Particularly remove BS_MULTILINE from IDC_DX_MOUSE_GRAB control (since it doesn't exist in other language resources), and make the string shorter? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #5 from Warren Dumortier <kwixbit(a)gmail.com> 2008-05-02 13:56:31 --- Well I'm not a dev, and I don't really have the time to download git, patch and compile... So if someone could try... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 Warren Dumortier <kwixbit(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal OS/Version|other |Linux --- Comment #6 from Warren Dumortier <kwixbit(a)gmail.com> 2008-05-04 04:17:24 --- Now that Wine 0.9.61 is out, I gave it a try and saw it's becoming very ugly now! The text issue is still here, but winecfg's graphics tab looks very weird (in my language), a little screenshot is attached to see the issue! I only don't know if the problem is for all languages... Please fix it! Kind regards... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #7 from Warren Dumortier <kwixbit(a)gmail.com> 2008-05-04 04:18:51 --- Created an attachment (id=12691) --> (http://bugs.winehq.org/attachment.cgi?id=12691) Winecfg's graphical bug (in french) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|tools |programs Ever Confirmed|0 |1 Target Milestone|--- |1.0.0 --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-04 14:32:44 --- Yeah it is a bit ugly ATM. Some one who knows French just needs to edit resources and adjust size and position of the text accordingly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-04 23:14:53 --- I sent a patch (although I have no idea about french). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Version|CVS/GIT |0.9.61. --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-05 07:32:13 --- The patch has been committed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #11 from Warren Dumortier <kwixbit(a)gmail.com> 2008-05-05 14:37:29 --- Hi! Happy to see you've solved it and it has been comitted, didn't have the time to test yet... Little question, on my screenshot the boxes containing the checkboxes, combobox and others are displayed strangely, is that an issue which is corrected by the patch, or is it a generic bug for all languages? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 --- Comment #12 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-05 21:52:13 --- (In reply to comment #11)
Little question, on my screenshot the boxes containing the checkboxes, combobox and others are displayed strangely, is that an issue which is corrected by the patch, or is it a generic bug for all languages?
If there are problems in other languages separate bugs should be reported. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12907 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-09 12:55:07 --- Closing bugs fixed in 1.0-rc1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=12907 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |681146c9f08a7601fe2e89c9bb4 | |d3e9185c99ef8 CC| |focht(a)gmx.net Hardware|Other |x86 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org