How do I force GtkShortcutsWindow to reflow a group?

I have the following GtkShortcutsWindow:

It is way too tall for my tastes (it spans the entire height of the screen on my 1366x768 monitor). How can I force the window to reflow the second shortcuts group so the two of them lay side by side?

Here’s the current .ui file for the window:

I couldn’t duplicate your issue here…

Though I did have to call show_all on your shortcuts window for some reason.

ShortcutWindow

Hi there @Dies,

I was using present and show_all_children to show the dialog.

Replacing that with show_all fixed the issue. Thanks a lot!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.