Skip to content

Commit 57e680d

Browse files
committed
Fixed a bug in prefs
1 parent 8875910 commit 57e680d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/prefs.ui

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -312,18 +312,6 @@
312312
<property name="top_attach">14</property>
313313
</packing>
314314
</child>
315-
<child>
316-
<object class="GtkSeparator">
317-
<property name="visible">True</property>
318-
<property name="can_focus">False</property>
319-
<property name="orientation">vertical</property>
320-
</object>
321-
<packing>
322-
<property name="left_attach">0</property>
323-
<property name="top_attach">15</property>
324-
<property name="width">2</property>
325-
</packing>
326-
</child>
327315
<child>
328316
<object class="GtkLabel">
329317
<property name="visible">True</property>
@@ -336,7 +324,7 @@
336324
</packing>
337325
</child>
338326
<child>
339-
<object class="GtkCheckButton" id="static_blur">
327+
<object class="GtkCheckButton" id="debug_mode">
340328
<property name="label" translatable="yes">(adds some logs, useful when reporting an issue)</property>
341329
<property name="visible">True</property>
342330
<property name="can_focus">True</property>
@@ -350,5 +338,17 @@
350338
<property name="top_attach">15</property>
351339
</packing>
352340
</child>
341+
<child>
342+
<object class="GtkSeparator">
343+
<property name="visible">True</property>
344+
<property name="can_focus">False</property>
345+
<property name="orientation">vertical</property>
346+
</object>
347+
<packing>
348+
<property name="left_attach">0</property>
349+
<property name="top_attach">16</property>
350+
<property name="width">2</property>
351+
</packing>
352+
</child>
353353
</object>
354354
</interface>

src/schemas/gschemas.compiled

48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)