Skip to content

Commit

Permalink
make the combo box focus-able
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Dec 20, 2023
1 parent 21be29e commit 9a2f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/glade/contest.glade
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ THE SOFTWARE.
<object class="GtkComboBoxText" id="newContestIdentifierCombo">
<property name="name">contestIdentifier</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
</object>
<packing>
Expand Down

0 comments on commit 9a2f867

Please sign in to comment.