History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17835
Type: Cosmetics Cosmetics
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Lukasz Guminski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Tabs within a toolbar window require graphical reworking

Created: 21 Apr 08 14:20   Updated: 21 Apr 08 14:31
Component/s: Artwork

File Attachments: None
Image Attachments:

1. IDEA_TABS.jpg
(40 kb)

Build: 7,757


 Description  « Hide
Hi,

our users're complaing that it's hard to differentiate between a tab within a toolbar window and the name of the window.

More details at https://studio.atlassian.com/browse/PL-257

The way we create a tab is:

ToolWindow toolWindow;
toolWindow = toolWindowManager.registerToolWindow(...);
Content content = PeerFactory.getInstance().getContentFactory().createContent(...);
toolWindow = getContentManager().addContent(content); {adding a tab}

I think this requires some graphical reworking. Cheers!
Lukasz



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.