mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-21 00:01:26 +02:00
There were some cases were the bar was showing some shaking, turns out that using `ui.with_layout` instead of `ui.horizontal_centered` removes this shaking, so this commit makes that change and uses the `right_to_left` layout on the right widgets again, meaning that we need to reverse them again.