Project

General

Profile

Actions

Bug #3542

closed

Tree View menu is too wide when opened

Added by Derik Barseghian over 15 years ago. Updated about 15 years ago.

Status:
Resolved
Priority:
Normal
Category:
interface
Target version:
Start date:
10/21/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3542

Description

When you go to View => Tree View, the window opens as wide as the top level's _iconDescription, which is very long. Items in this menu should either wrap, or the window should just open at a more reasonable size, with scroll-bars displayed.

Of Win/Mac/Linux, this is only happening to me under Mac, but others have reported it happens to them under Linux and Windows.

Actions #1

Updated by Aaron Aaron over 15 years ago

A solution for this is to hard wire the width and height in the show() method of the TreeTableau Class.

//frame.pack();
frame.setBounds(20,20,500,500);
((TreeFrame) frame).centerOnScreen();

The setBounds x,y values of 20,20 become irrelevant with the call to centerOnScreen().

Actions #2

Updated by Aaron Aaron about 15 years ago

The Tree View menu item has been replaced with the Workflow Outline TabPane. To get to the Tree View you now select the outline tab and then select the "Show All" checkbox.

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 3542

Actions

Also available in: Atom PDF