neffo / bing-wallpaper-gnome-extension

GNOME shell extension that syncs your desktop & lock screen wallpaper to Microsoft Bing's Image of the Day.
https://extensions.gnome.org/extension/1262/bing-wallpaper-changer/
GNU General Public License v3.0
297 stars 55 forks source link

[BUG] GNOME 40+ preferences dialog has more whitespace than under GNOME 3.38 #147

Open neffo opened 2 years ago

neffo commented 2 years ago

Describe the bug GNOME 40+ uses GTK4, whereas GNOME 3.38 and earlier uses GTK 3. There are a few widget changes, but mostly the same. In GTK3 the window is sized to the minimum required to fit the widgets, whereas the window appears to be sized slightly larger in GTK4 and can be resized to be smaller (actually to the same size as GTK3 window).

Screenshots image

To Reproduce Steps to reproduce the behavior:

  1. Open extensions settings/preferences dialog.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

neffo commented 2 years ago

Probably a GNOME bug, fix is apparently coming in GNOME 42.

pacho2 commented 2 years ago

I think this could be caused by https://gitlab.gnome.org/GNOME/gtk/-/issues/4136

neffo commented 2 years ago

Good info, thanks.