Skip to content

Commit af3b48a

Browse files
committed
Make the combobox text entry child focusable
By allowing the text entry child of the dialog's combobox to get focus the user can edit it. This fixes the problem that currently the user can't write anything in the combobox, so there's no way for someone to write (for example) the ip where the CUPS server is.
1 parent 1bd2d0f commit af3b48a

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)