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 222894 - Wrong layout of Inspect&Transform dialog on GTK
Summary: Wrong layout of Inspect&Transform dialog on GTK
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-28 13:13 UTC by Jiri Prox
Modified: 2012-12-04 03:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (27.97 KB, image/png)
2012-11-28 13:13 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2012-11-28 13:13:32 UTC
Created attachment 128509 [details]
screenshot

The Inspect&Transform dialog has broken layout on GTK l&f. The configuration combobox is too narrow. See the screenshot.
Comment 1 Jan Lahoda 2012-12-03 19:41:18 UTC
Seems to be caused by a custom border - wrapping the original border into a CompoundBorder if needed:
http://hg.netbeans.org/jet-main/rev/544b39175741
Comment 2 Quality Engineering 2012-12-04 03:17:13 UTC
Integrated into 'main-golden', will be available in build *201212040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/544b39175741
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #222894: must use the native/original border in a combobox renderer, so that it renders properly on GTK.