Skip to content
  • Matthias Clasen's avatar
    GtkTreeViewColumn: a better way to avoid overlap · bce5a0f1
    Matthias Clasen authored
    The overlap was caused by using pack-end for the arrow, which
    causes it to be allocated from the other end. Avoid the problem
    by using pack-start for both the title and the arrow, and
    reordering them according to xalign.
    bce5a0f1