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 228490 - toolbar nit-picks
Summary: toolbar nit-picks
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on: 230727 230728
Blocks:
  Show dependency tree
 
Reported: 2013-04-11 17:24 UTC by athompson
Modified: 2013-08-18 11:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
icons aren't quite vertically centered (43.70 KB, image/png)
2013-04-11 17:24 UTC, athompson
Details
configuration drop-down is too narrow (17.62 KB, image/png)
2013-04-11 17:25 UTC, athompson
Details
icon's color/style doesn't match (22.12 KB, image/png)
2013-04-11 17:30 UTC, athompson
Details
graph appears uncentered next to other icons/Profile icon is low-res (42.71 KB, image/png)
2013-04-11 17:32 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2013-04-11 17:24:35 UTC
Created attachment 133463 [details]
icons aren't quite vertically centered

Some nit-picky issues with the toolbar. They don't really effect anything, but they make Netbeans appear less polished than it should. I'm using OS X, but I imagine these issues are present on every platform:

1. The toolbar icons aren't centered. Even accounting for the shadow, there is more empty space below icons than above. The difference isn't large but it's quite noticeable. This effects both large and small icons. How about centering them, or better yet shrink the toolbar to get rid of the space at the bottom? Every pixel counts!

2. The configuration drop-down menu is too small, causing the "default config" text to be cut off. Certainly, there should be room enough for what this drop-down says 99.9% of the time. This may be OS X specific.

3. The globe icon (whatever it does) is monochrome while all other icons are color--even the disabled ones. Come on! I'm guessing this was supposed to be a temporary icon and no one got around to creating a new one.

Additionally, the icon does not have a tooltip while the others do. It also is not shown in the customize dialog, and there is no small version of the icon.

4. The memory graph appears uncentered next to the others. This is because it lacks a shadow, and instead takes up all the space. Probably the only thing that would look right is giving the graph a shadow or removing the shadow from the other icons.

I honestly like the look of the shadows on the other icons, but they're a colossal waste of space and cause visual centering issues. Vertical real-estate on most displays is at a premium and shouldn't be wasted. There are plenty of other ways to make icons look professional that are more space friendly. I like the OS X Safari style of crisp, rounded rectangle borders, but that's just a matter of taste.

5. The Profile icon is clearly a much lower resolution icon than the others.
Comment 1 athompson 2013-04-11 17:25:12 UTC
Created attachment 133464 [details]
configuration drop-down is too narrow
Comment 2 athompson 2013-04-11 17:30:13 UTC
Created attachment 133465 [details]
icon's color/style doesn't match
Comment 3 athompson 2013-04-11 17:32:04 UTC
Created attachment 133466 [details]
graph appears uncentered next to other icons/Profile icon is low-res
Comment 4 Stanislav Aubrecht 2013-06-04 13:41:35 UTC
1. Personally I'd prefer removing icon shadow completely.

2. https://netbeans.org/bugzilla/show_bug.cgi?id=230727

3. The globe icon is monochrome because it's disabled. See also https://netbeans.org/bugzilla/show_bug.cgi?id=228376

4. See 1.

5. https://netbeans.org/bugzilla/show_bug.cgi?id=230728
Comment 5 Stanislav Aubrecht 2013-06-10 08:57:33 UTC
I've removed the toolbar shadows in core-main af95eae4cbf9
Comment 6 Quality Engineering 2013-06-12 02:04:25 UTC
Integrated into 'main-golden', will be available in build *201306112301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/af95eae4cbf9
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #228490 - removing shadow from toolbar buttons to save vertical space in the IDE
Comment 7 athompson 2013-08-18 11:01:47 UTC
yup