Uncommon / Xit

Mac OS X Git GUI
Other
981 stars 46 forks source link

History graph column doesn't auto-resize #469

Closed Uncommon closed 2 years ago

Uncommon commented 3 years ago

When resizing the window or the sidebar, the graph column of the history list should resize as well.

Uncommon commented 2 years ago

Fixed in 5733b7c50a45073f1241706902dc522339c7794a

Uncommon commented 2 years ago

NSTableView was behaving weird - if you shrank the window so the table view fit (or was less than) the width of the columns, then it would start auto-sizing the graph column like it's supposed to. The fix was to manually resize the graph column when the window opens, and then the auto-sizing would kick in.