Fix gjs "Finalizing GtkCheckButton, but it still has children left" warning

This commit is contained in:
Charles Gagnon
2025-01-31 12:24:03 -05:00
parent 3ad50642d4
commit 9dfcbfc378

View File

@@ -104,9 +104,13 @@
<object class="AdwActionRow"> <object class="AdwActionRow">
<property name="title" translatable="yes">Time (ms) before hiding</property> <property name="title" translatable="yes">Time (ms) before hiding</property>
<property name="subtitle" translatable="yes">(100 is default)</property> <property name="subtitle" translatable="yes">(100 is default)</property>
<child>
<object class="GtkBox">
<child> <child>
<object class="GtkCheckButton" id="preview_immediate_click_button"> <object class="GtkCheckButton" id="preview_immediate_click_button">
<property name="receives_default">False</property> <property name="receives_default">False</property>
</object>
</child>
<child> <child>
<object class="GtkLabel" id="preview_immediate_click_label"> <object class="GtkLabel" id="preview_immediate_click_label">
<property name="name">4</property> <property name="name">4</property>