SeaDve / Kooha

Elegantly record your screen
GNU General Public License v3.0
2.43k stars 69 forks source link

"There's no way that AdwDialog Preferences widget is going to fit inside me! 😳" #281

Closed nekohayo closed 3 days ago

nekohayo commented 5 months ago

Affected version

git main built with GNOME Builder, running on Wayland GNOME 45.3 on Fedora 39.

Bug summary

It seems you are using AdwDialog since d24b528dde. However, unless you have plans to Enlarge Your MainWindowâ„¢, I don't think AdwDialog is meant to be compatible with its tiny non-resizeable size:

Kooha libadwaita preferences dialog trolling.webm

SeaDve commented 5 months ago

Previous versions of the libadwaita don't support unresizable windows, later versions should fallback to a full-blown window. Try updating your GNOME Sdk.

This was the MR that fixed it in libadwaita side: https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/1037

SeaDve commented 5 months ago

On the other hand, there is a development branch to redesign the app's main interface: https://github.com/SeaDve/Kooha/discussions/263

SeaDve commented 4 months ago

Hi, I think this can be closed?