bardsoftware / ganttproject

Official GanttProject repository.
http://ganttproject.biz
GNU General Public License v3.0
861 stars 302 forks source link

Column width adjustment too restrictive #1074

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to enlarge the width of a column, but in doing so it only shrinks the 
immediate adjacent column.  If I want it to be wider still then I must go and 
manually reduce additional columns to the right.  (See attached screencast.)  
I'm not sure what the best algorithm would be to address this, but I don't want 
to hit a hard stop like I currently do.  Maybe it should collapse the adjacent 
column until it hits a minimum width (as it currently does) the start 
collapsing the next column and so forth.

And maybe add another option like right click and drag on column moves the 
column left/right but maintains its width (adjacent column widths are adjusted.

Original issue reported on code.google.com by kurtbutf...@gmail.com on 4 Feb 2015 at 11:14

Attachments:

GoogleCodeExporter commented 9 years ago
You can reorder columns using simple drag'n'drop. Column width doesn't change 
when dragging.

There is an action "resize column to fit data width" (right click in the table 
header). It does what it says (well, roughly) and resizes the remaining columns 
appropriately

Original comment by dbaras...@ganttproject.biz on 4 Feb 2015 at 11:20

GoogleCodeExporter commented 9 years ago
Ah, okay.  That helps a lot!

Original comment by kurtbutf...@gmail.com on 5 Feb 2015 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by dbaras...@ganttproject.biz on 25 Feb 2015 at 3:44