### SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora 38 KDE Plasma edition KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.0
It seems to happen that if the default Noto Sans is used. It doesn't remember position and size and overflows the screen without properly inside it. But when the font is changed to dejavu Sans or Droid Sans. It does. It's possibly with Font size and aesthetics it remembers with certain fonts. It doesn't with certain. I couldn't test all of them.
A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/387
Git commit 9faa0275539b782697372f962619dea50adec0c8 by Joshua Goins. Committed on 19/10/2023 at 22:22. Pushed by redstrate into branch 'master'. Add support for saving and restoring window size/position We previously restored the size/position, but there was no way to actually save it. Now this saves it! M +2 -0 src/CMakeLists.txt M +24 -0 src/content/ui/Main.qml M +10 -4 src/main.cpp A +36 -0 src/utils/windowcontroller.cpp [License: LGPL(v2.0+)] A +27 -0 src/utils/windowcontroller.h [License: LGPL(v2.0+)] https://invent.kde.org/network/tokodon/-/commit/9faa0275539b782697372f962619dea50adec0c8
This will show up in the next major release, 23.12 :)
Created attachment 162441 [details] A picture of Tokodon overflowing on startup Just wanna make sure that you understand clearly. Whenever I open tokodon it overflows like in the above image. But it doesn't overflow when I change the system fonts to others such as Droid Sans. If change the font and reopen tokodon. It doesn't overflow and is within the screen.
Interesting, what screen resolution (and display scaling, if you use that) are you using so I can try reproducing?
(In reply to Joshua Goins from comment #6) > Interesting, what screen resolution (and display scaling, if you use that) > are you using so I can try reproducing? I have a resolution of 1366 x 768. Default scaling of 100%.