stackotter @stackotter.dev · Jan 12

Without any Linux-specific changes, it adapted to Linux pretty well! The only real issue being that the button grid at the bottom has incorrect horizontal spacing. My guess is that Gtk may be reporting the wrong size for the buttons...

0 likes 1 replies

?

Replies

stackotter · Jan 12

I should clarify that I mean no Linux-specific *UI* changes. I did have to fix some compile time issues (unrelated to SwiftCrossUI) that appeared on Linux due to the HTTP request library I used (async-http-client) behaving slightly differently on Linux and macOS.