Skip to content

Commit 082a76c

Browse files
franglais125micheleg
authored andcommitted
Settings.ui: Fix GtkEntry property to make the shortcut editable.
1 parent 81b0653 commit 082a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Settings.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -2849,7 +2849,7 @@ See the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">G
28492849
<property name="column_spacing">32</property>
28502850
<child>
28512851
<object class="GtkEntry" id="shortcut_entry">
2852-
<property name="can_focus">False</property>
2852+
<property name="can_focus">True</property>
28532853
<property name="valign">center</property>
28542854
<property name="width_chars">12</property>
28552855
</object>

0 commit comments

Comments
 (0)