mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-13 15:54:12 +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="subtitle" translatable="yes">(100 is default)</property>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="preview_immediate_click_button">
|
||||
<property name="receives_default">False</property>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="preview_immediate_click_button">
|
||||
<property name="receives_default">False</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="preview_immediate_click_label">
|
||||
<property name="name">4</property>
|
||||
|
||||
Reference in New Issue
Block a user