Skip to content
  • Matthias Clasen's avatar
    notebook: Fix a misplaced tab label · cb43af09
    Matthias Clasen authored
    Sometimes default tab labels ("Page <n>") get created on-demand,
    and in that case, we were forgetting to put them below the tab
    node in the CSS node tree. The visible result of this is that the
    heuristics for when to give notebooks background in Adwaita fail
    in some cases. So, make sure to always place the label below the
    tab node.
    cb43af09