netbeans ide 6.5 toolbar wrong size

Bug #321993 reported by Marco
8
Affects Status Importance Assigned to Milestone
Dust theme
Fix Released
Undecided
Unassigned

Bug Description

netbeans 6.5 ide on ubuntu 8.10 with Dust 0.3 (and lower) theme shows a double-sized toolbar and a lot of problems if you try to resize it or drag and drop buttons panels

Revision history for this message
Marco (makro) wrote :
Revision history for this message
zenzike (zenzike) wrote :

Yes, I'm also getting this with Dust 0.3, just tested again today.

Revision history for this message
Marco (0m3g4) wrote :

i have this problem too

Revision history for this message
talent03 (talent03) wrote :

I changed the following in the gtkrc file in the gtk-2.0 folder from the theme and Netbeans did not have the problem anymore. For some reason the toolbar cannot have a ythickness of 3. The same goes for the extras. I think this is the only workaround for now. The toolbars need to be set to ythickness of 2.

style "wider"
{
 xthickness = 3
 ythickness = 3 -> 2

style "dark-toolbar" = "dark"
{
 xthickness = 3
 ythickness = 3 -> 2

Revision history for this message
Kido (greasedbolt) wrote :

Thanks! It does work. I've uploaded the fix to bzr; it should be fixed in the next release.

Changed in dusttheme:
status: New → Fix Committed
Revision history for this message
talent03 (talent03) wrote :

Maybe to preserve the original purpose of those settings, there could be a specific workaround for the java toolbar? Either way, I am glad to be of help.

Revision history for this message
Kido (greasedbolt) wrote :

It's gong to be pretty hard to find a specific matching rule, since Netbeans is a Java app. I am considering keeping the xthickness large, but the clearlooks focus ring doesn't like it.

Kido (greasedbolt)
Changed in dusttheme:
status: Fix Committed → Fix Released
Revision history for this message
Marcos Hack (marcoshack) wrote :

The problem continues with the theme "Dust Sand" in Ubuntu 9.04 beta. Should I open another bug?

The problem was solved changing the parameter "ythickness" to 2 in the "style "toolbar" = "default"" section as showed in the attached patch.

Revision history for this message
Kido (greasedbolt) wrote :

The one included in Jaunty doesn't have the fix yet. Download the latest release, it has been fixed there.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.