mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix gjs "Finalizing GtkCheckButton, but it still has children left" warning
This commit is contained in:
@@ -105,8 +105,12 @@
|
|||||||
<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>
|
<child>
|
||||||
<object class="GtkCheckButton" id="preview_immediate_click_button">
|
<object class="GtkBox">
|
||||||
<property name="receives_default">False</property>
|
<child>
|
||||||
|
<object class="GtkCheckButton" id="preview_immediate_click_button">
|
||||||
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user