# binary trees part (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover binary trees part.

Page: <https://rssamplifier.com/topics/binary-tree-part/blogs>  
Feed: <https://rssamplifier.com/topics/binary-tree-part/blogs.md>

---

## [GTK UNIT SCALE: tweak density and scaling of GTK UIs](https://def.lakaban.net/2025-11-01-gtk-unit-scale)

_2025-11-01 · Frédéric Bour_

GTK UNIT SCALE: tweak density and scaling of GTK UIs 2025-11-01 22:00:00 JST GTK's widget spacing and padding can sometimes seem excessive, but it is particularly problematic on mid-DPI displays. These screens fall into that awkward range where 1x scaling makes elements too small while 2x scaling creates excessive spacing. gtk-unit-scale is a quick'n'dirty workaround. It introduces a new…

