Skip to content

Commit

Permalink
Fixed a bug in prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx committed Jul 2, 2021
1 parent 8875910 commit 57e680d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/prefs.ui
Original file line number Diff line number Diff line change
Expand Up @@ -312,18 +312,6 @@
<property name="top_attach">14</property>
</packing>
</child>
<child>
<object class="GtkSeparator">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">15</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
Expand All @@ -336,7 +324,7 @@
</packing>
</child>
<child>
<object class="GtkCheckButton" id="static_blur">
<object class="GtkCheckButton" id="debug_mode">
<property name="label" translatable="yes">(adds some logs, useful when reporting an issue)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand All @@ -350,5 +338,17 @@
<property name="top_attach">15</property>
</packing>
</child>
<child>
<object class="GtkSeparator">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">16</property>
<property name="width">2</property>
</packing>
</child>
</object>
</interface>
Binary file modified src/schemas/gschemas.compiled
Binary file not shown.

0 comments on commit 57e680d

Please sign in to comment.