Skip to content
  • Benjamin Otte's avatar
    size-request: Clamp size requests to screen size · 544146b9
    Benjamin Otte authored
    Size requests should only ever need to return the screen's width/height
    and max. This way, potentially large widgets (tree view or icon view)
    don't need to do so many computations, but can stop when their computed
    size has reached the screen size.
    544146b9