SeaDve / Kooha

Elegantly record your screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nekohayo opened this issue · comments

commented

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 d24b528. 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

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

On the other hand, there is a development branch to redesign the app's main interface: #263

Hi, I think this can be closed?