mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Fix gtk4-icon-browser
It was broken by a recent GtkDialog change that renamed the internal vbox child to content_area.
This commit is contained in:
parent
c5f90fc20d
commit
70db084d43
@ -121,7 +121,7 @@
|
||||
<property name="use-header-bar">1</property>
|
||||
<property name="resizable">0</property>
|
||||
<property name="hide-on-close">1</property>
|
||||
<child internal-child="vbox">
|
||||
<child internal-child="content_area">
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkGrid">
|
||||
|
Loading…
Reference in New Issue
Block a user