This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 74895 - Wrong layout of general options form
Summary: Wrong layout of general options form
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-04-12 10:31 UTC by Marian Petras
Modified: 2007-11-05 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (47.29 KB, image/png)
2006-04-12 10:32 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2006-04-12 10:31:07 UTC
The initial page of the Options dialog (General) has wrong layout when a bigger
font size is used - the Packages radio-button is layed over the View Java
Packages label. See the screenshot.

[custom NetBeans build 060411, JDK 1.6.0, Linux - Fedora Core 4, Intel]
Comment 1 Marian Petras 2006-04-12 10:32:51 UTC
Created attachment 29792 [details]
screenshot
Comment 2 Daniel Prusa 2006-04-13 15:52:39 UTC
Fixed in trunk.

/cvs/editor/options/src/org/netbeans/modules/options/general/GeneralOptionsPanel.form
new revision: 1.4; previous revision: 1.3

/cvs/editor/options/src/org/netbeans/modules/options/general/GeneralOptionsPanel.java
new revision: 1.23; previous revision: 1.22
Comment 3 Marian Petras 2006-04-13 16:01:27 UTC
Verified.

Thank you.