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 255020 - Alignment issues in OutlineView / DefaultOutlineCellRenderer in Nimbus L&F
Summary: Alignment issues in OutlineView / DefaultOutlineCellRenderer in Nimbus L&F
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 21:22 UTC by matvei
Modified: 2015-09-26 12:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matvei 2015-09-04 21:22:33 UTC
In WindowsLookAndFeel, all elements of an OutlineView cell (expand/collapse icon, checkbox, icon, and text) are vertically centered. Screenshot: http://i.imgur.com/qEjtOsZ.png

However, everything appears misaligned in NimbusLookAndFeel. There also appears to be a lot of extra space between the expand/collapse arrow and the node icon. Screenshot: http://i.imgur.com/MUN7hyr.png

For reference, here is roughly what I expected to see with Nimbus L&F, in terms of alignment and spacing: http://i.imgur.com/cvV09gJ.png
Comment 1 Martin Entlicher 2015-09-25 13:39:12 UTC
The rendering is improved by changeset:   292598:bcb398f1efd9
http://hg.netbeans.org/core-main/rev/bcb398f1efd9
Comment 2 Quality Engineering 2015-09-26 12:59:15 UTC
Integrated into 'main-silver', will be available in build *201509261150* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bcb398f1efd9
User: mentlicher@netbeans.org
Log: #255020: Better rendering of nodes tree in Outline view in Nimbus L&F.