~tatokis/alarm-clock/master

Viewing all changes in revision 274.

  • Committer: Tasos Sahanidis
  • Date: 2022-11-04 20:42:30 UTC
  • Revision ID: git-v1:3d1f85f0531183619de11b8c8572da1b482a2b16
Fix bouncing labels in GtkTreeView (2)

Unfortunately, gtk_tree_view_columns_autosize() only takes into
account visible rows, meaning that the text would get cut off
if it was not visible at the time of the adjustment.

This changes the time column size from fixed to grow only (undoing the
performance improvements). It still calls gtk_tree_view_columns_autosize()
to shrink the time column when required.

Additionally, only changed and active rows are updated now.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: