Skip to content

Commit dd693b0

Browse files
authored
Merge pull request #38 from antlarr/master
Make the combobox text entry child focusable
2 parents a0ee9bb + af3b48a commit dd693b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/ConnectDialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<signal name="changed" handler="on_connect_servername_changed" swapped="no"/>
8080
<child internal-child="entry">
8181
<object class="GtkEntry" id="comboboxtext-entry1">
82-
<property name="can_focus">False</property>
82+
<property name="can_focus">True</property>
8383
</object>
8484
</child>
8585
<accessibility>

0 commit comments

Comments
 (0)