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 43559 - [GTK] New toolbars 24x24 looks strange with GTK L&F
Summary: [GTK] New toolbars 24x24 looks strange with GTK L&F
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2004-05-19 14:20 UTC by Marian Mirilovic
Modified: 2008-12-22 20:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
24x24 icons toolbar vs. GTK L&F (336.49 KB, image/png)
2004-05-19 14:21 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-05-19 14:20:52 UTC
[nb_dev](200405182245), [jdk1.5.0](b51), GTK L&F

New toolbars with 24x24 icons look strange on GTK
L&F (see attached screenshot)
Comment 1 Marian Mirilovic 2004-05-19 14:21:34 UTC
Created attachment 14999 [details]
24x24 icons toolbar vs. GTK L&F
Comment 2 _ tboudreau 2004-05-20 01:41:50 UTC
Think the UI is hardcoded to 16px.  Easy to fix.
Comment 3 _ tboudreau 2004-05-20 01:42:08 UTC
Think the UI is hardcoded to 16px.  Easy to fix.
Comment 4 _ tboudreau 2004-05-21 03:34:33 UTC
Fixed in trunk (also for Aqua).

Checking in src/org/netbeans/swing/plaf/aqua/AquaToolBarButtonUI.java;
/cvs/core/swing/plaf/src/org/netbeans/swing/plaf/aqua/AquaToolBarButtonUI.java,v  
<--  AquaToolBarButtonUI.java
new revision: 1.3; previous revision: 1.2
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/swing/plaf/gtk/GtkToolBarButtonUI.java;
/cvs/core/swing/plaf/src/org/netbeans/swing/plaf/gtk/GtkToolBarButtonUI.java,v  <--  
GtkToolBarButtonUI.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
Comment 5 _ tboudreau 2004-05-27 20:24:39 UTC
Forgot to mark fixed
Comment 6 Marian Mirilovic 2004-05-28 11:27:49 UTC
verified in [nb_dev](200405271800)