Flushed indentation for wrapped text on bullet point lists#124
Flushed indentation for wrapped text on bullet point lists#124MysterieCatDev wants to merge 6 commits into
Conversation
|
Hi! Could you please open a separate PR against main for the Fedora instructions ? Ill merge immediately I had in mind an approach but we had no time to try it out. Will try yours beforehand and see how it goes. Thank you for the time spent and efforts <3 will come back to you! |
I wasn't sure what the issue was but I figured it was just dev-jank. I was just running the program straight from the builddev src folder. In the end I figured it was unrelated to the functionality improvements so it probably wasn't a big deal.
👍 in #125
|
|
Daily driving a dev build for a couple days, but this seems to hit the same issue ive met with the proof of concept in #121 Yours is a bit smarter, initial size always works, but also breaks down faster. I had in mind to hot-fix the TextTag on zoom change, and introduce a to_indent_spacing() method for each zoom level. However did too much dev things lately so will have to wait a bit |
Ahh yeah, I didn't even test with the zoom settings. Try this update and let me know what you think, basically just attempting to remeasure any time the zoom level changes. |
|
Looks pretty good! Running a dev build for a couple days, will check where it breaks or not |
|
Okay, im back Theres a couple issues: it isnt quite there but it is approaching! |
What this does
This PR:
Fixes #120
Screenshots